scaleDown

@JvmName(name = "ifwslhkndeadoxve")
suspend fun scaleDown(value: Output<HPAScalingRulesPatchArgs>)
@JvmName(name = "ephgmgositxkthkr")
suspend fun scaleDown(value: HPAScalingRulesPatchArgs?)

Parameters

value

scaleDown is scaling policy for scaling Down. If not set, the default value is to allow to scale down to minReplicas pods, with a 300 second stabilization window (i.e., the highest recommendation for the last 300sec is used).


@JvmName(name = "csluwghvqpwbdkdt")
suspend fun scaleDown(argument: suspend HPAScalingRulesPatchArgsBuilder.() -> Unit)

Parameters

argument

scaleDown is scaling policy for scaling Down. If not set, the default value is to allow to scale down to minReplicas pods, with a 300 second stabilization window (i.e., the highest recommendation for the last 300sec is used).