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

Method GetIndexers

tools/cache/index.go:38–38  ·  view source on GitHub ↗

GetIndexer return the indexers

()

Source from the content-addressed store, hash-verified

36 ByIndex(indexName, indexKey string) ([]interface{}, error)
37 // GetIndexer return the indexers
38 GetIndexers() Indexers
39
40 // AddIndexers adds more indexers to this store. If you call this after you already have data
41 // in the store, the results are undefined.

Callers 2

GetIndexersMethod · 0.65
ByIndexMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected