AutoscalingLimitsResponse

data class AutoscalingLimitsResponse(val maxServeNodes: Int, val minServeNodes: Int)

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

Constructors

Link copied to clipboard
fun AutoscalingLimitsResponse(maxServeNodes: Int, minServeNodes: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Maximum number of nodes to scale up to.

Link copied to clipboard

Minimum number of nodes to scale down to.