Share via


TolerationV1.Value Property

Definition

Gets or sets the value associated with the toleration. Typically defines the specific matching value for a taint's key, representing the condition the toleration satisfies.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to