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

Method IndexKeys

tools/cache/store.go:175–177  ·  view source on GitHub ↗
(indexName, indexKey string)

Source from the content-addressed store, hash-verified

173}
174
175func (c *cache) IndexKeys(indexName, indexKey string) ([]string, error) {
176 return c.cacheStorage.IndexKeys(indexName, indexKey)
177}
178
179// ListIndexFuncValues returns the list of generated values of an Index func
180func (c *cache) ListIndexFuncValues(indexName string) []string {

Callers

nothing calls this directly

Calls 1

IndexKeysMethod · 0.65

Tested by

no test coverage detected