Address comments

This commit is contained in:
Janet Kuo
2016-04-26 17:19:58 -07:00
parent cc0661a69e
commit 59dc7da9a4
3 changed files with 8 additions and 6 deletions
+2
View File
@@ -54,6 +54,8 @@ An empty label selector (that is, one with zero requirements) selects every obje
A null label selector (which is only possible for optional selector fields) selects no objects.
**Note**: the label selectors of two controllers must not overlap within a namespace, otherwise they will fight with each other.
### _Equality-based_ requirement
_Equality-_ or _inequality-based_ requirements allow filtering by label keys and values. Matching objects must satisfy all of the specified label constraints, though they may have additional labels as well.