From 6925e45052beb923bd9f865066a3fadceaa2d65a Mon Sep 17 00:00:00 2001 From: Lyubomir Gardev Date: Tue, 1 Aug 2017 11:25:57 +0300 Subject: [PATCH] Update labels.md (#4417) Added code formatting to the third operator available for Set-based requirements of label scopes. --- docs/concepts/overview/working-with-objects/labels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/overview/working-with-objects/labels.md b/docs/concepts/overview/working-with-objects/labels.md index ff3637345f..5e4a1bc617 100644 --- a/docs/concepts/overview/working-with-objects/labels.md +++ b/docs/concepts/overview/working-with-objects/labels.md @@ -76,7 +76,7 @@ One could filter for resources in `production` excluding `frontend` using the co ### _Set-based_ requirement -_Set-based_ label requirements allow filtering keys according to a set of values. Three kinds of operators are supported: `in`,`notin` and exists (only the key identifier). For example: +_Set-based_ label requirements allow filtering keys according to a set of values. Three kinds of operators are supported: `in`,`notin` and `exists` (only the key identifier). For example: ``` environment in (production, qa)