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

Method GetByKey

tools/cache/store.go:41–41  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

39 ListKeys() []string
40 Get(obj interface{}) (item interface{}, exists bool, err error)
41 GetByKey(key string) (item interface{}, exists bool, err error)
42
43 // Replace will delete the contents of the store, using instead the
44 // given list. Store takes ownership of the list, you should not reference

Callers 15

GetMethod · 0.65
GetMethod · 0.65
TestReAddExpiredItemFunction · 0.65
GetMethod · 0.65
GetMethod · 0.65
GetMethod · 0.65
GetMethod · 0.65
GetMethod · 0.65
GetMethod · 0.65
GetMethod · 0.65
GetMethod · 0.65
GetMethod · 0.65

Calls

no outgoing calls

Tested by 1

TestReAddExpiredItemFunction · 0.52