Share via


ObjectMetaV1.DeletionGracePeriodSeconds Property

Definition

Specifies the duration, in seconds, that a Kubernetes resource will remain in a pending deletion state after a deletion request is initiated.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

This property is used to define a grace period for cleanup tasks or termination procedures before the resource is permanently removed. If not set, the default behavior or grace period defined by the system will be applied.

Applies to