NodeGroupAutoscalingPolicyResponse

data class NodeGroupAutoscalingPolicyResponse(val maxNodes: Int, val minNodes: Int, val mode: String)

Constructors

Link copied to clipboard
fun NodeGroupAutoscalingPolicyResponse(maxNodes: Int, minNodes: Int, mode: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The maximum number of nodes that the group should have. Must be set if autoscaling is enabled. Maximum value allowed is 100.

Link copied to clipboard

The minimum number of nodes that the group should have.

Link copied to clipboard

The autoscaling mode. Set to one of: ON, OFF, or ONLY_SCALE_OUT. For more information, see Autoscaler modes.