Share via


TolerationV1.Effect Property

Definition

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

Applies to