resourceLimits

@JvmName(name = "neydidmsvuhhyxvn")
suspend fun resourceLimits(value: Output<List<ClusterClusterAutoscalingResourceLimitArgs>>)
@JvmName(name = "oxfutdppkrxthiaj")
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 = "fdceefgvcduqcoae")
suspend fun resourceLimits(vararg values: Output<ClusterClusterAutoscalingResourceLimitArgs>)


@JvmName(name = "bgmueqjlnkaduppq")
suspend fun resourceLimits(values: List<Output<ClusterClusterAutoscalingResourceLimitArgs>>)
@JvmName(name = "msbrlrwoddvhvsqi")
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 = "hbirlftvwtaaojgy")
suspend fun resourceLimits(argument: List<suspend ClusterClusterAutoscalingResourceLimitArgsBuilder.() -> Unit>)
@JvmName(name = "dupgbwtqpxjplqbn")
suspend fun resourceLimits(vararg argument: suspend ClusterClusterAutoscalingResourceLimitArgsBuilder.() -> Unit)
@JvmName(name = "wlbubrudqulwktsy")
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.