Skip to content

Commit 1bb518d

Browse files
authored
Merge pull request #40614 from Arhell/ja-fix
[ja] Fix mismatch in Labels and Selectors concept page
2 parents dd5608f + 9d1d924 commit 1bb518d

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)