Share via


HorizontalPodAutoscalerBehaviorV2.ScaleUp Property

Definition

Specifies the scaling behavior for scaling up operations in the HorizontalPodAutoscaler. Defines rules, policies, and other configurations governing how the scaling up process should occur.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to