NodeSelectorRequirementV1.Operator Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the operator used in the node selection requirement. The operator specifies the key’s relationship to a set of values. Examples 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