Share via


StatefulSetUpdateStrategyV1.RollingUpdate Property

Definition

Specifies the rolling update strategy configuration for a StatefulSet in Kubernetes.

[YamlDotNet.Serialization.YamlMember(Alias="rollingUpdate")]
public Aspire.Hosting.Kubernetes.Resources.RollingUpdateStatefulSetStrategyV1 RollingUpdate { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="rollingUpdate")>]
member this.RollingUpdate : Aspire.Hosting.Kubernetes.Resources.RollingUpdateStatefulSetStrategyV1 with get, set
Public Property RollingUpdate As RollingUpdateStatefulSetStrategyV1

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

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.

Applies to