NodeGroupAutoscalingPolicy

data class NodeGroupAutoscalingPolicy(val maxNodes: Int? = null, val minNodes: Int? = null, val mode: String? = null)

Constructors

Link copied to clipboard
constructor(maxNodes: Int? = null, minNodes: Int? = null, mode: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maxNodes: Int? = null

Maximum size of the node group. Set to a value less than or equal to 100 and greater than or equal to min-nodes.

Link copied to clipboard
val minNodes: Int? = null

Minimum size of the node group. Must be less than or equal to max-nodes. The default value is 0.

Link copied to clipboard
val mode: String? = null

The autoscaling mode. Set to one of the following: