MatchExpressionsProperties interface

Resource Sync Rules matchExpression property definition.

Properties

key

Key is the label key that the selector applies to.

operator

The Operator field represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.

values

The label value

Property Details

key

Key is the label key that the selector applies to.

key?: string

Property Value

string

operator

The Operator field represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.

operator?: string

Property Value

string

values

The label value

values?: string[]

Property Value

string[]