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 3b032e1 + dc33579 commit aaaefb4Copy full SHA for aaaefb4
pkg/client/interfaces.go
@@ -193,7 +193,7 @@ type IndexerFunc func(Object) []string
193
// FieldIndexer knows how to index over a particular "field" such that it
194
// can later be used by a field selector.
195
type FieldIndexer interface {
196
- // IndexFields adds an index with the given field name on the given object type
+ // IndexField adds an index with the given field name on the given object type
197
// by using the given function to extract the value for that field. If you want
198
// compatibility with the Kubernetes API server, only return one key, and only use
199
// fields that the API server supports. Otherwise, you can return multiple keys,
0 commit comments