Horizontal Pod Autoscaler Behavior Args
data class HorizontalPodAutoscalerBehaviorArgs(val scaleDown: Output<HPAScalingRulesArgs>? = null, val scaleUp: Output<HPAScalingRulesArgs>? = null) : ConvertibleToJava<HorizontalPodAutoscalerBehaviorArgs>
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 HorizontalPodAutoscalerBehaviorArgs(scaleDown: Output<HPAScalingRulesArgs>? = null, scaleUp: Output<HPAScalingRulesArgs>? = null)