ClusterClusterAutoscalingResourceLimit

data class ClusterClusterAutoscalingResourceLimit(val maximum: Int, val minimum: Int? = null, val resourceType: String)

Constructors

Link copied to clipboard
constructor(maximum: Int, minimum: Int? = null, resourceType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Maximum amount of the resource in the cluster.

Link copied to clipboard
val minimum: Int? = null

Minimum amount of the resource in the cluster.

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.