StatefulSetPersistentVolumeClaimRetentionPolicyV1.WhenDeleted Property

Definition

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

Applies to