resourceLimits

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


@JvmName(name = "snpkpespvrgfrqwd")
suspend fun resourceLimits(values: List<Output<ClusterClusterAutoscalingResourceLimitArgs>>)
@JvmName(name = "caikkfykxvixmftn")
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 = "venpokvuequkxgid")
suspend fun resourceLimits(argument: List<suspend ClusterClusterAutoscalingResourceLimitArgsBuilder.() -> Unit>)
@JvmName(name = "ayishaibynsdbnpd")
suspend fun resourceLimits(vararg argument: suspend ClusterClusterAutoscalingResourceLimitArgsBuilder.() -> Unit)
@JvmName(name = "mnanodvvgshatxvt")
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.