PodSpecV1.ActiveDeadlineSeconds Property

Definition

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

Applies to