Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
func
WithIgnoreMissingObject() Option {
26
return
withIgnoreMissingObject(true)
27
}
28
29
func
withIgnoreHookError(ignore bool) Option {
30
return
func
(o sdkpkg.PatchCollectorOptionApplier) {
Callers
1
Test_PatchOperations
Function · 0.85
Calls
1
withIgnoreMissingObject
Function · 0.85
Tested by
1
Test_PatchOperations
Function · 0.68