StatefulSetUpdateStrategyV1 Properties
Class Properties 2 members
Represents the update strategy configuration for a Kubernetes StatefulSet resource.
Specifies the rolling update strategy configuration for a StatefulSet in Kubernetes.
public RollingUpdateStatefulSetStrategyV1 RollingUpdate { get; set; }Remarks
This property defines the parameters for the rolling update process, managing how Pods in a StatefulSet are updated with minimal downtime and service disruption.
Determines the type of update strategy for a StatefulSet in Kubernetes.
public string Type { get; set; }Remarks
This property specifies the update strategy type used for managing updates to the StatefulSet. Common values include "RollingUpdate" for rolling updates of the StatefulSet pods, or "OnDelete" for manual updates.