MCPcopy Create free account
hub / github.com/flant/shell-operator / WithIgnoreMissingObject

Function WithIgnoreMissingObject

pkg/kube/object_patch/options.go:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23}
24
25func WithIgnoreMissingObject() Option {
26 return withIgnoreMissingObject(true)
27}
28
29func withIgnoreHookError(ignore bool) Option {
30 return func(o sdkpkg.PatchCollectorOptionApplier) {

Callers 1

Test_PatchOperationsFunction · 0.85

Calls 1

withIgnoreMissingObjectFunction · 0.85

Tested by 1

Test_PatchOperationsFunction · 0.68