Skip to content

Commit ca3eefb

Browse files
authored
Update labels.md
negative matching 'notin' to match the example
1 parent 11bb15d commit ca3eefb

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/concepts/overview/working-with-objects

1 file changed

+1
-1
lines changed

content/en/docs/concepts/overview/working-with-objects/labels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ For instance, they can implement the _OR_ operator on values:
227227
kubectl get pods -l 'environment in (production, qa)'
228228
```
229229

230-
or restricting negative matching via _exists_ operator:
230+
or restricting negative matching via _notin_ operator:
231231

232232
```shell
233233
kubectl get pods -l 'environment,environment notin (frontend)'

0 commit comments

Comments
 (0)