AutoscalingLimitsArgs

data class AutoscalingLimitsArgs(val maxServeNodes: Output<Int>, val minServeNodes: Output<Int>) : ConvertibleToJava<AutoscalingLimitsArgs>

Limits for the number of nodes a Cluster can autoscale up/down to.

Constructors

Link copied to clipboard
fun AutoscalingLimitsArgs(maxServeNodes: Output<Int>, minServeNodes: Output<Int>)

Functions

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

Properties

Link copied to clipboard
val maxServeNodes: Output<Int>

Maximum number of nodes to scale up to.

Link copied to clipboard
val minServeNodes: Output<Int>

Minimum number of nodes to scale down to.