resourceLimits

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


@JvmName(name = "rujiipfjmnttjkvu")
suspend fun resourceLimits(values: List<Output<ClusterClusterAutoscalingResourceLimitArgs>>)
@JvmName(name = "jatossncpodbcbui")
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 = "heealnjgeuoelxuc")
suspend fun resourceLimits(argument: List<suspend ClusterClusterAutoscalingResourceLimitArgsBuilder.() -> Unit>)
@JvmName(name = "tykaecaecdspktag")
suspend fun resourceLimits(vararg argument: suspend ClusterClusterAutoscalingResourceLimitArgsBuilder.() -> Unit)
@JvmName(name = "ogabsstoojhdmvkm")
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.