TolerationV1.Value 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 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