Cluster Cluster Autoscaling Resource Limit Args
data class ClusterClusterAutoscalingResourceLimitArgs(val maximum: Output<Int>, val minimum: Output<Int>? = null, val resourceType: Output<String>) : ConvertibleToJava<ClusterClusterAutoscalingResourceLimitArgs>
Properties
Link copied to clipboard
The type of the resource. For example, cpu
and memory
. See the guide to using Node Auto-Provisioning for a list of types.