resourceLimits

@JvmName(name = "xvtoymqwujuxovsx")
suspend fun resourceLimits(value: Output<List<ClusterClusterAutoscalingResourceLimitArgs>>)
@JvmName(name = "estwgxlpxntufmoa")
suspend fun resourceLimits(value: List<ClusterClusterAutoscalingResourceLimitArgs>?)

Parameters

value

Global constraints for machine resources in the cluster. Configuring the cpu and memory types is required if node auto-provisioning is enabled. These limits will apply to node pool autoscaling in addition to node auto-provisioning. Structure is documented below.


@JvmName(name = "pohsryvlsdorwoqd")
suspend fun resourceLimits(vararg values: Output<ClusterClusterAutoscalingResourceLimitArgs>)


@JvmName(name = "qjqhjivcgwjasuoh")
suspend fun resourceLimits(values: List<Output<ClusterClusterAutoscalingResourceLimitArgs>>)
@JvmName(name = "uimgjqqdgdtcrkek")
suspend fun resourceLimits(vararg values: ClusterClusterAutoscalingResourceLimitArgs)

Parameters

values

Global constraints for machine resources in the cluster. Configuring the cpu and memory types is required if node auto-provisioning is enabled. These limits will apply to node pool autoscaling in addition to node auto-provisioning. Structure is documented below.


@JvmName(name = "wopaeffpcatkjsmd")
suspend fun resourceLimits(argument: List<suspend ClusterClusterAutoscalingResourceLimitArgsBuilder.() -> Unit>)
@JvmName(name = "peynoqojtlnjnmgd")
suspend fun resourceLimits(vararg argument: suspend ClusterClusterAutoscalingResourceLimitArgsBuilder.() -> Unit)
@JvmName(name = "sghoxwupmlpmuryj")
suspend fun resourceLimits(argument: suspend ClusterClusterAutoscalingResourceLimitArgsBuilder.() -> Unit)

Parameters

argument

Global constraints for machine resources in the cluster. Configuring the cpu and memory types is required if node auto-provisioning is enabled. These limits will apply to node pool autoscaling in addition to node auto-provisioning. Structure is documented below.