Share via


DeploymentStrategyV1.RollingUpdate Property

Definition

Represents the configuration for rolling update behavior in a deployment strategy. Defines parameters such as the maximum number of pods that can be unavailable during the update process or the maximum number of extra pods that can be created during a rolling update.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to