HorizontalPodAutoscalerBehavior
final case class HorizontalPodAutoscalerBehavior(scaleDown: Option[HPAScalingRules], scaleUp: Option[HPAScalingRules])
HorizontalPodAutoscalerBehavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively).
Inherited