Horizontal Pod Autoscaler Behavior
data class HorizontalPodAutoscalerBehavior(val scaleDown: HPAScalingRules? = null, val scaleUp: HPAScalingRules? = null)
HorizontalPodAutoscalerBehavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively).
Constructors
Link copied to clipboard
fun HorizontalPodAutoscalerBehavior(scaleDown: HPAScalingRules? = null, scaleUp: HPAScalingRules? = null)