Share via


StatefulSetUpdateStrategyV1 Class

Definition

Represents the update strategy configuration for a Kubernetes StatefulSet resource.

[YamlDotNet.Serialization.YamlSerializable]
public sealed class StatefulSetUpdateStrategyV1
[<YamlDotNet.Serialization.YamlSerializable>]
type StatefulSetUpdateStrategyV1 = class
Public 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.

Applies to