StatefulSetUpdateStrategyV1 Class   
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.
Represents the update strategy configuration for a Kubernetes StatefulSet resource.
[YamlDotNet.Serialization.YamlSerializable]
public sealed class StatefulSetUpdateStrategyV1[<YamlDotNet.Serialization.YamlSerializable>]
type StatefulSetUpdateStrategyV1 = classPublic NotInheritable Class StatefulSetUpdateStrategyV1- Inheritance
- 
				StatefulSetUpdateStrategyV1
- Attributes
- 
			YamlDotNet.Serialization.YamlSerializableAttribute
Remarks
This class defines how updates to the StatefulSet's pods are applied. Kubernetes provides various strategies to update pods in a StatefulSet, enabling controlled and efficient updates to deployed applications.
Constructors
| StatefulSetUpdateStrategyV1() | 
Properties
| RollingUpdate | Specifies the rolling update strategy configuration for a StatefulSet in Kubernetes. | 
| Type | Determines the type of update strategy for a StatefulSet in Kubernetes. |