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

Method IndexKeys

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

IndexKeys returns the set of keys that match on the named indexing function.

(indexName, indexKey string)

Source from the content-addressed store, hash-verified

30 Index(indexName string, obj interface{}) ([]interface{}, error)
31 // IndexKeys returns the set of keys that match on the named indexing function.
32 IndexKeys(indexName, indexKey string) ([]string, error)
33 // ListIndexFuncValues returns the list of generated values of an Index func
34 ListIndexFuncValues(indexName string) []string
35 // ByIndex lists object that match on the named indexing function with the exact key

Callers 2

IndexKeysMethod · 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