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

Method Update

tools/cache/thread_safe_store.go:39–39  ·  view source on GitHub ↗
(key string, obj interface{})

Source from the content-addressed store, hash-verified

37type ThreadSafeStore interface {
38 Add(key string, obj interface{})
39 Update(key string, obj interface{})
40 Delete(key string)
41 Get(key string) (item interface{}, exists bool)
42 List() []interface{}

Callers 7

UpdateMethod · 0.65
doTestStoreFunction · 0.65
newInformerFunction · 0.65
TestMultiIndexKeysFunction · 0.65
HandleDeltasMethod · 0.65
watchHandlerMethod · 0.65
UpdateMethod · 0.65

Implementers 2

threadSafeMaptools/cache/thread_safe_store.go
cachetools/cache/store.go

Calls

no outgoing calls

Tested by 2

doTestStoreFunction · 0.52
TestMultiIndexKeysFunction · 0.52