NodeGroupAutoscalingPolicyArgs

data class NodeGroupAutoscalingPolicyArgs(val maxNodes: Output<Int>? = null, val minNodes: Output<Int>? = null, val mode: Output<String>? = null) : ConvertibleToJava<NodeGroupAutoscalingPolicyArgs>

Constructors

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

Properties

Link copied to clipboard
val maxNodes: Output<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: Output<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: Output<String>? = null

The autoscaling mode. Set to one of the following:

Functions

Link copied to clipboard
open override fun toJava(): NodeGroupAutoscalingPolicyArgs