You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A label selector can be made of multiple requirements which are comma-separated. In the case of multiple requirements, all must be satisfied so the comma separator acts as a logical AND (&&) operator.
So as far as I understand it, a single selector can contain one or more Equality-based or Set-based requirement.
For list and watch operations, you can specify label selectors to filter the sets of objects returned;
Not the plural for the term selector"s". Shouldn't that just be "you can specify a label selector" ? Because it is actually a single selector with multiple requirements ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I was just going through the documentation on Labels and Selectors. And in the section on Label sectors it says:
So as far as I understand it, a single selector can contain one or more Equality-based or Set-based requirement.
Further below in the paragraph LIST and WATCH filtering it says:
Not the plural for the term selector"s". Shouldn't that just be "you can specify a label selector" ? Because it is actually a single selector with multiple requirements ?
Beta Was this translation helpful? Give feedback.
All reactions