RollingUpdateStatefulSetStrategyV1.Partition 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 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