Cluster Cluster Autoscaling Resource Limit
data class ClusterClusterAutoscalingResourceLimit(val maximum: Int? = null, val minimum: Int? = null, val resourceType: String)
Constructors
Link copied to clipboard
fun ClusterClusterAutoscalingResourceLimit(maximum: Int? = null, minimum: Int? = null, resourceType: String)
Types
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.