Share via


HorizontalPodAutoscalerBehaviorV2.ScaleDown Property

Definition

Gets or sets the rules that define the behavior for scaling down in a Horizontal Pod Autoscaler (HPA). This property specifies the conditions and policies associated with decreasing the number of replicas when scaling down the resources managed by the HPA.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to