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 84b3e50 + b1be5bd commit 2f5e9d5Copy full SHA for 2f5e9d5
content/ko/docs/concepts/overview/working-with-objects/labels.md
@@ -129,7 +129,7 @@ spec:
129
130
### _집합성 기준_ 요건
131
132
-_집합성 기준_ 레이블 요건에 따라 값 집합을 키로 필터링할 수 있다. `in`,`notin` and `exists`(키 식별자만 해당)의 3개의 연산자를 지원한다. 예를 들면,
+_집합성 기준_ 레이블 요건에 따라 값 집합을 키로 필터링할 수 있다. `in`,`notin`과 `exists`(키 식별자만 해당)의 3개의 연산자를 지원한다. 예를 들면,
133
134
```
135
environment in (production, qa)
0 commit comments