Share via


StatefulSetSpecV1.PodManagementPolicy Property

Definition

Defines the policy for managing the pods in a StatefulSet. This property determines how the pods are created, deleted, or updated within the StatefulSet. Typically, the pod management policy can take values such as "OrderedReady" or "Parallel".

[YamlDotNet.Serialization.YamlMember(Alias="podManagementPolicy")]
public string? PodManagementPolicy { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="podManagementPolicy")>]
member this.PodManagementPolicy : string with get, set
Public Property PodManagementPolicy As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to