Skip to content

Commit 9d1d924

Browse files
committed
[ja] Fix mismatch in Labels and Selectors concept page
1 parent 91ab310 commit 9d1d924

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ kubectl get pods -l 'environment in (production),tier in (frontend)'
192192
kubectl get pods -l 'environment in (production, qa)'
193193
```
194194

195-
もしくは、_exists_ オペレーターを介して、否定マッチングによる制限もできます。
195+
もしくは、_notin_ オペレーターを介して、否定マッチングによる制限もできます。
196196

197197
```shell
198198
kubectl get pods -l 'environment,environment notin (frontend)'

0 commit comments

Comments
 (0)