Share via


HpaScalingRulesV2.StabilizationWindowSeconds Property

Definition

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.

Applies to