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

Method Get

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

Source from the content-addressed store, hash-verified

38 List() []interface{}
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

Callers 15

getTimestampedEntryMethod · 0.65
TestReadsDoNotCallPushFunction · 0.65
GetByKeyMethod · 0.65
doTestStoreFunction · 0.65
TestTTLExpirationBasicFunction · 0.65
TestReAddExpiredItemFunction · 0.65
newInformerFunction · 0.65
HandleDeltasMethod · 0.65
GetByKeyMethod · 0.65
ByIndexMethod · 0.65
newerObjectMethod · 0.65

Calls

no outgoing calls

Tested by 15

TestReadsDoNotCallPushFunction · 0.52
doTestStoreFunction · 0.52
TestTTLExpirationBasicFunction · 0.52
TestReAddExpiredItemFunction · 0.52
TestUntilWithSyncFunction · 0.52
CreateStreamMethod · 0.52
RoundTripMethod · 0.52
TestRoundTripperFunction · 0.52
TestTLSCredentialsFunction · 0.52
RoundTripMethod · 0.52