scaleUp

@JvmName(name = "sihlqswnnrumnbms")
suspend fun scaleUp(value: Output<HPAScalingRulesArgs>)
@JvmName(name = "ldsvlmcwnamvicsv")
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 = "kltuhhkoguokqobh")
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.