AzureNodePoolAutoscaling

data class AzureNodePoolAutoscaling(val maxNodeCount: Int, val minNodeCount: Int)

Constructors

Link copied to clipboard
constructor(maxNodeCount: Int, minNodeCount: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Maximum number of nodes in the node pool. Must be >= min_node_count.

Link copied to clipboard

Minimum number of nodes in the node pool. Must be >= 1 and <= max_node_count.