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