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 882c738 commit 66cd53cCopy full SHA for 66cd53c
pkg/client/interfaces.go
@@ -204,7 +204,7 @@ func MatchingLabels(lbls map[string]string) ListOptionFunc {
204
}
205
206
207
-// MatchingFields is a functional option that sets the FieldSelector field of
+// MatchingField is a functional option that sets the FieldSelector field of
208
// a ListOptions struct.
209
func MatchingField(name, val string) ListOptionFunc {
210
sel := fields.SelectorFromSet(fields.Set{name: val})
0 commit comments