PodSpecV1.ActiveDeadlineSeconds 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 relative to the start time that the pod may be active on the node. If the deadline is exceeded, the pod will be terminated by the system. This property can be useful for enforcing time limits for long-running pods.
[YamlDotNet.Serialization.YamlMember(Alias="activeDeadlineSeconds")]
public long? ActiveDeadlineSeconds { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="activeDeadlineSeconds")>]
member this.ActiveDeadlineSeconds : Nullable<int64> with get, set
Public Property ActiveDeadlineSeconds As Nullable(Of Long)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute