HorizontalPodAutoscalerBehaviorV2.ScaleDown 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 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