From b1be5bde9e6fceb8a2e844d738b1103ad920b53a Mon Sep 17 00:00:00 2001 From: paikwiki Date: Wed, 28 Oct 2020 18:00:33 +0900 Subject: [PATCH] Translate a word, "and" There is a word, "and" among operators. It confuses that "and" is in operators. So I translate it in Korean. --- .../ko/docs/concepts/overview/working-with-objects/labels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ko/docs/concepts/overview/working-with-objects/labels.md b/content/ko/docs/concepts/overview/working-with-objects/labels.md index a007375673..a6f03a907f 100644 --- a/content/ko/docs/concepts/overview/working-with-objects/labels.md +++ b/content/ko/docs/concepts/overview/working-with-objects/labels.md @@ -129,7 +129,7 @@ spec: ### _집합성 기준_ 요건 -_집합성 기준_ 레이블 요건에 따라 값 집합을 키로 필터링할 수 있다. `in`,`notin` and `exists`(키 식별자만 해당)의 3개의 연산자를 지원한다. 예를 들면, +_집합성 기준_ 레이블 요건에 따라 값 집합을 키로 필터링할 수 있다. `in`,`notin`과 `exists`(키 식별자만 해당)의 3개의 연산자를 지원한다. 예를 들면, ``` environment in (production, qa)