StatefulSetPersistentVolumeClaimRetentionPolicyV1.WhenDeleted 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 policy that determines the retention behavior of PersistentVolumeClaims (PVCs) when a StatefulSet is deleted. This property defines how PVCs associated with the StatefulSet should be handled upon deletion of the StatefulSet resource.
[YamlDotNet.Serialization.YamlMember(Alias="whenDeleted")]
public string? WhenDeleted { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="whenDeleted")>]
member this.WhenDeleted : string with get, set
Public Property WhenDeleted As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute