HpaScalingRulesV2.StabilizationWindowSeconds 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 stabilization window in seconds for scaling decisions in the Horizontal Pod Autoscaler (HPA).
[YamlDotNet.Serialization.YamlMember(Alias="stabilizationWindowSeconds")]
public int? StabilizationWindowSeconds { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="stabilizationWindowSeconds")>]
member this.StabilizationWindowSeconds : Nullable<int> with get, set
Public Property StabilizationWindowSeconds As Nullable(Of Integer)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute
Remarks
The stabilization window defines the time period during which past metric readings are considered to avoid rapid fluctuations caused by transient conditions. If set, this property determines how long the system waits before applying a scaling operation. A null or zero value disables the stabilization window.