TolerationV1.Effect 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 taint effect to tolerate. Represents the taint effect that the toleration is associated with. Common values include "NoSchedule", "PreferNoSchedule", or "NoExecute".
[YamlDotNet.Serialization.YamlMember(Alias="effect")]
public string Effect { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="effect")>]
member this.Effect : string with get, set
Public Property Effect As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute