MCPcopy
hub / github.com/kubernetes/client-go / Delete

Method Delete

tools/cache/store.go:37–37  ·  view source on GitHub ↗
(obj interface{})

Source from the content-addressed store, hash-verified

35 Add(obj interface{}) error
36 Update(obj interface{}) error
37 Delete(obj interface{}) error
38 List() []interface{}
39 ListKeys() []string
40 Get(obj interface{}) (item interface{}, exists bool, err error)

Callers 14

ExampleFunction · 0.95
getOrExpireMethod · 0.65
DeleteMethod · 0.65
DeleteMethod · 0.65
doTestStoreFunction · 0.65
TestTTLListFunction · 0.65
newInformerFunction · 0.65
TestMultiIndexKeysFunction · 0.65
HandleDeltasMethod · 0.65
watchHandlerMethod · 0.65
DeleteMethod · 0.65

Calls

no outgoing calls

Tested by 6

ExampleFunction · 0.76
doTestStoreFunction · 0.52
TestTTLListFunction · 0.52
TestMultiIndexKeysFunction · 0.52
TestHammerControllerFunction · 0.52