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 0ba3d13Copy full SHA for 0ba3d13
pkg/client/interfaces.go
@@ -89,7 +89,7 @@ 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 wrapped.
93
type IndexerFunc func(runtime.Object) []string
94
95
// FieldIndexer knows how to index over a particular "field" such that it
0 commit comments