behavior

@JvmName(name = "txwddjatbefcmojy")
suspend fun behavior(value: Output<HorizontalPodAutoscalerBehaviorArgs>)
@JvmName(name = "gmgmtnrpejicpldi")
suspend fun behavior(value: HorizontalPodAutoscalerBehaviorArgs?)

Parameters

value

behavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively). If not set, the default HPAScalingRules for scale up and scale down are used.


@JvmName(name = "thyffdnnrrvcjlob")
suspend fun behavior(argument: suspend HorizontalPodAutoscalerBehaviorArgsBuilder.() -> Unit)

Parameters

argument

behavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively). If not set, the default HPAScalingRules for scale up and scale down are used.