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