RollingUpdateStatefulSetStrategyV1 Properties
Class Properties 2 members
Represents the rolling update strategy configuration for a StatefulSet in Kubernetes.
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.
public int? Partition { get; set; }