Share via


HorizontalPodAutoscalerSpecV2.Behavior Property

Definition

Specifies the scaling behavior configuration for a Horizontal Pod Autoscaler.

[YamlDotNet.Serialization.YamlMember(Alias="behavior")]
public Aspire.Hosting.Kubernetes.Resources.HorizontalPodAutoscalerBehaviorV2 Behavior { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="behavior")>]
member this.Behavior : Aspire.Hosting.Kubernetes.Resources.HorizontalPodAutoscalerBehaviorV2 with get, set
Public Property Behavior As HorizontalPodAutoscalerBehaviorV2

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

This property defines how the Horizontal Pod Autoscaler should behave during scaling operations. It includes rules and policies for scaling up and scaling down, such as stabilization windows and scaling limits.

Applies to