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.
1 parent 6443f37 commit 496f339Copy full SHA for 496f339
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