Share via


RollingUpdateStatefulSetStrategyV1.Partition Property

Definition

Gets or sets the ordinal at which the StatefulSet should be partitioned. Pods with an ordinal greater than or equal to the specified partition value will be updated when the StatefulSet's Pod template is updated. Pods with an ordinal less than the partition value remain unchanged. This property enables management of updates to subsets of the StatefulSet.

[YamlDotNet.Serialization.YamlMember(Alias="partition")]
public int? Partition { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="partition")>]
member this.Partition : Nullable<int> with get, set
Public Property Partition As Nullable(Of Integer)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to