HorizontalPodAutoscalerBehaviorV2 Properties
Class Properties 2 members
Defines the scaling behavior for a Horizontal Pod Autoscaler in Kubernetes.
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.
public HpaScalingRulesV2 ScaleDown { get; set; } 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.
public HpaScalingRulesV2 ScaleUp { get; set; }