ScopeSelector

io.k8s.api.core.v1.ScopeSelector source ↗

A scope selector represents the AND of the selectors represented by the scoped-resource selector requirements.

matchExpressions[]ScopedResourceSelectorRequirementA list of scope selector requirements by scope of the resources.
operatorstring requiredRepresents a scope's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist.
scopeNamestring requiredThe name of the scope that the selector applies to.
values[]stringAn array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.