Skip to content

LabelSelectorRequirementInput

Supported in v9.6+ A label selector requirement for matching workloads by key, operator, and values.

Fields

Field Type Description
key String! Required. Supported in v9.6+ The label key.
operator String! Required. Supported in v9.6+ The operator. One of: In, NotIn, Exists, DoesNotExist.
values [String!] List of string values for the label selector requirement. The operator is applied against these values.