ObjectMetaV1.DeletionGracePeriodSeconds 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, 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.