LabelSelectorRule

LabelSelectorRule
LabelSelectorRule

A rule for matching labels.

JSON Example undefined undefined
{
    "operator": "string",
    "ruleKey": "string",
    "values": [
        "string"
    ]
}
string
operator
Optional

The operator for the label selector rule.

string
ruleKey
Optional

The label key to match.

array of string
values
Optional
Constraints: minItems: 0 maxItems: 128

The list of label values to match.