python/kubernetes/docs/V2HorizontalPodAutoscalerBehavior.md
2022-02-14 14:12:02 -08:00

623 B

V2HorizontalPodAutoscalerBehavior

HorizontalPodAutoscalerBehavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively).

Properties

Name Type Description Notes
scale_down V2HPAScalingRules [optional]
scale_up V2HPAScalingRules [optional]

[Back to Model list] [Back to API list] [Back to README]