Share via


RollingUpdateDeploymentV1.MaxUnavailable Property

Definition

Gets or sets the maximum number of pods that can be unavailable during the rolling update process. This property controls how workloads are updated without causing application downtime.

[YamlDotNet.Serialization.YamlMember(Alias="maxUnavailable")]
public int MaxUnavailable { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="maxUnavailable")>]
member this.MaxUnavailable : int with get, set
Public Property MaxUnavailable As Integer

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to