scaleUp

@JvmName(name = "xvvayfemijbimhpv")
suspend fun scaleUp(value: Output<HPAScalingRulesArgs>)
@JvmName(name = "coocdexpsgeyucqo")
suspend fun scaleUp(value: HPAScalingRulesArgs?)

Parameters

value

scaleUp is scaling policy for scaling Up. If not set, the default value is the higher of:

  • increase no more than 4 pods per 60 seconds

  • double the number of pods per 60 seconds No stabilization is used.


@JvmName(name = "spleekixtrfqogwo")
suspend fun scaleUp(argument: suspend HPAScalingRulesArgsBuilder.() -> Unit)

Parameters

argument

scaleUp is scaling policy for scaling Up. If not set, the default value is the higher of:

  • increase no more than 4 pods per 60 seconds

  • double the number of pods per 60 seconds No stabilization is used.