Update labels.md

pull/24376/head
白玉堂 2020-10-05 17:48:10 +08:00 committed by GitHub
parent a758f483dc
commit f8ae270028
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ Similarly the comma separator acts as an _AND_ operator. So filtering resources
The _set-based_ label selector is a general form of equality since `environment=production` is equivalent to `environment in (production)`; similarly for `!=` and `notin`.
-->
_基于集合_ 的标签选择算符是相等标签选择算符的一般形式,因为 `environment=production`
等同于 `environment inproduction``!=` 和 `notin` 也是类似的。
等同于 `environment inproduction``!=` 和 `notin` 也是类似的。
<!--
_Set-based_ requirements can be mixed with _equality-based_ requirements. For example: `partition in (customerA, customerB),environment!=qa`.