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 507a221 + 9c04555 commit 2cbb434Copy full SHA for 2cbb434
content/zh-cn/docs/concepts/overview/working-with-objects/labels.md
@@ -373,9 +373,9 @@ kubectl get pods -l 'environment in (production, qa)'
373
```
374
375
<!--
376
-or restricting negative matching via _exists_ operator:
+or restricting negative matching via _notin_ operator:
377
-->
378
-或者通过**exists**运算符限制不匹配:
+或者通过**notin**运算符限制不匹配:
379
380
```shell
381
kubectl get pods -l 'environment,environment notin (frontend)'
0 commit comments