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

Method GetByKey

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

Source from the content-addressed store, hash-verified

588// A KeyGetter is anything that knows how to get the value stored under a given key.
589type KeyGetter interface {
590 GetByKey(key string) (interface{}, bool, error)
591}
592
593// DeltaType is the type of a change (addition, deletion, etc)

Callers 3

DeleteMethod · 0.65
ReplaceMethod · 0.65
syncKeyLockedMethod · 0.65

Implementers 7

Heaptools/cache/heap.go
ExpirationCachetools/cache/expiration_cache.go
DeltaFIFOtools/cache/delta_fifo.go
FakeCustomStoretools/cache/fake_custom_store.go
cachetools/cache/store.go
FIFOtools/cache/fifo.go
mutationCachetools/cache/mutation_cache.go

Calls

no outgoing calls

Tested by

no test coverage detected