Share via


RollingUpdateDeploymentV1.MaxSurge Property

Definition

Gets or sets the maximum number of additional pods that can be scheduled above the desired number of pods during a rolling update in a deployment.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to