Share via


ProbeV1.TerminationGracePeriodSeconds Property

Definition

Gets or sets the optional duration in seconds the system will wait for the pod to terminate gracefully after a probe triggers its termination. If the pod does not terminate within this time frame, it may be forcefully killed. A null value indicates that the termination grace period is not explicitly set.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to