StatefulSetUpdateStrategyV1.RollingUpdate Property
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.
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.