NodeGroupAutoscalingPolicyArgs

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

Constructors

Link copied to clipboard
fun NodeGroupAutoscalingPolicyArgs(maxNodes: Output<Int>? = null, minNodes: Output<Int>? = null, mode: Output<NodeGroupAutoscalingPolicyMode>? = null)

Functions

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

Properties

Link copied to clipboard
val maxNodes: Output<Int>? = null

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
val minNodes: Output<Int>? = null

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.