ProbeV1.TerminationGracePeriodSeconds 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.
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