We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 45d6520 + 496f339 commit d25df1bCopy full SHA for d25df1b
pkg/client/interfaces.go
@@ -89,7 +89,8 @@ type Client interface {
89
}
90
91
// IndexerFunc knows how to take an object and turn it into a series
92
-// of (non-namespaced) keys for that object.
+// of non-namespaced keys. Namespaced objects are automatically given
93
+// namespaced and non-spaced variants, so keys do not need to include namespace.
94
type IndexerFunc func(runtime.Object) []string
95
96
// FieldIndexer knows how to index over a particular "field" such that it
0 commit comments