StatefulSetSpecV1.PodManagementPolicy 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.
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