Share via


TolerationV1.Operator Property

Definition

Specifies the operator that is applied to the key in a Kubernetes toleration. This property determines the way the key and value interact in the toleration specification.

[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