次の方法で共有


FieldSelectorRequirementV1.Operator Property

Definition

Gets or sets the operator used to compare a field key against specified values.

[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

Remarks

The value of this property defines the logical operator to be applied in the field selector requirement. Commonly used operators include "In", "NotIn", "Exists", and "DoesNotExist".

Applies to