Skip to content

Commit 2cbb434

Browse files
authored
Merge pull request #39495 from kinzhi/kinzhi247
[zh-cn]SYNC labels.md
2 parents 507a221 + 9c04555 commit 2cbb434

File tree

1 file changed

+2
-2
lines changed
  • content/zh-cn/docs/concepts/overview/working-with-objects

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,9 +373,9 @@ kubectl get pods -l 'environment in (production, qa)'
373373
```
374374

375375
<!--
376-
or restricting negative matching via _exists_ operator:
376+
or restricting negative matching via _notin_ operator:
377377
-->
378-
或者通过**exists**运算符限制不匹配:
378+
或者通过**notin**运算符限制不匹配:
379379

380380
```shell
381381
kubectl get pods -l 'environment,environment notin (frontend)'

0 commit comments

Comments
 (0)