Node Pool Autoscaling Args
data class NodePoolAutoscalingArgs(val autoprovisioned: Output<Boolean>? = null, val enabled: Output<Boolean>? = null, val locationPolicy: Output<NodePoolAutoscalingLocationPolicy>? = null, val maxNodeCount: Output<Int>? = null, val minNodeCount: Output<Int>? = null, val totalMaxNodeCount: Output<Int>? = null, val totalMinNodeCount: Output<Int>? = null) : ConvertibleToJava<NodePoolAutoscalingArgs>
NodePoolAutoscaling contains information required by cluster autoscaler to adjust the size of the node pool to the current cluster usage.
Constructors
Link copied to clipboard
fun NodePoolAutoscalingArgs(autoprovisioned: Output<Boolean>? = null, enabled: Output<Boolean>? = null, locationPolicy: Output<NodePoolAutoscalingLocationPolicy>? = null, maxNodeCount: Output<Int>? = null, minNodeCount: Output<Int>? = null, totalMaxNodeCount: Output<Int>? = null, totalMinNodeCount: Output<Int>? = null)