Share via


LabelSelectorRequirementV1.Operator Property

Definition

Gets or sets the operator to be applied in the context of label selection. Specifies the relationship between the key and values attributes required to satisfy the condition. Commonly used operators could include 'In', 'NotIn', 'Exists', or 'DoesNotExist'.

[YamlDotNet.Serialization.YamlMember(Alias="operator")]
public string Operator { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="operator")>]
member this.Operator : string with get, set
Public Property Operator As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to