KnownLabelSelectorOperator enum
operator represents a Kubernetes label selector requirement's relationship to a set of values.
Fields
| DoesNotExist | The label key must not exist. |
| Exists | The label key must exist, regardless of its value. |
| In | The label value must be in the supplied set of values. |
| NotIn | The label value must not be in the supplied set of values. |