Horizontal Pod Autoscaler Behavior Patch
data class HorizontalPodAutoscalerBehaviorPatch(val scaleDown: HPAScalingRulesPatch? = null, val scaleUp: HPAScalingRulesPatch? = 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 HorizontalPodAutoscalerBehaviorPatch(scaleDown: HPAScalingRulesPatch? = null, scaleUp: HPAScalingRulesPatch? = null)