GetClusterClusterAutoscalingResourceLimit

data class GetClusterClusterAutoscalingResourceLimit(val maximum: Int, val minimum: Int, val resourceType: String)

Constructors

constructor(maximum: Int, minimum: Int, 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

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.