DeploymentStrategyV1.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.
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