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

Method Replace

tools/cache/store.go:46–46  ·  view source on GitHub ↗

Replace will delete the contents of the store, using instead the given list. Store takes ownership of the list, you should not reference it after calling this function.

([]interface{}, string)

Source from the content-addressed store, hash-verified

44 // given list. Store takes ownership of the list, you should not reference
45 // it after calling this function.
46 Replace([]interface{}, string) error
47 Resync() error
48}
49

Callers 7

ReplaceMethod · 0.65
ReplaceMethod · 0.65
doTestStoreFunction · 0.65
syncWithMethod · 0.65
ReplaceMethod · 0.65
TestConfigStringerFunction · 0.65
parseFieldMethod · 0.65

Calls

no outgoing calls

Tested by 2

doTestStoreFunction · 0.52
TestConfigStringerFunction · 0.52