RollingUpdateDeploymentV1.MaxSurge 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.
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