ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetNodePoolConfigAutoscaling

Constructors

constructor(maxNodeCount: Int? = null, minNodeCount: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maxNodeCount: Int? = null

The maximum number of nodes in the node pool. Must be >= minNodeCount, and must be 0.

Link copied to clipboard
val minNodeCount: Int? = null

The minimum number of nodes in the node pool. Must be >= 0 and <= maxNodeCount.