NodePoolAutoscalingArgs

data class NodePoolAutoscalingArgs(val locationPolicy: Output<String>? = null, val maxNodeCount: Output<Int>? = null, val minNodeCount: Output<Int>? = null, val totalMaxNodeCount: Output<Int>? = null, val totalMinNodeCount: Output<Int>? = null) : ConvertibleToJava<NodePoolAutoscalingArgs>

Constructors

Link copied to clipboard
constructor(locationPolicy: Output<String>? = null, maxNodeCount: Output<Int>? = null, minNodeCount: Output<Int>? = null, totalMaxNodeCount: Output<Int>? = null, totalMinNodeCount: Output<Int>? = null)

Properties

Link copied to clipboard
val locationPolicy: Output<String>? = null

Location policy specifies the algorithm used when scaling-up the node pool. Location policy is supported only in 1.24.1+ clusters.

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

Maximum number of nodes per zone in the NodePool. Must be >= min_node_count. Cannot be used with total limits.

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

Minimum number of nodes per zone in the NodePool. Must be >=0 and <= max_node_count. Cannot be used with total limits.

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

Total maximum number of nodes in the NodePool. Must be >= total_min_node_count. Cannot be used with per zone limits. Total size limits are supported only in 1.24.1+ clusters.

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

Total minimum number of nodes in the NodePool. Must be >=0 and <= total_max_node_count. Cannot be used with per zone limits. Total size limits are supported only in 1.24.1+ clusters.

Functions

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