Share via


TolerationV1.TolerationSeconds Property

Definition

Specifies the duration (in seconds) for which a pod can tolerate a taint on a node. If this value is not set, the pod tolerates the taint indefinitely.

[YamlDotNet.Serialization.YamlMember(Alias="tolerationSeconds")]
public long? TolerationSeconds { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="tolerationSeconds")>]
member this.TolerationSeconds : Nullable<int64> with get, set
Public Property TolerationSeconds As Nullable(Of Long)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to