Interface GkeNodePoolConfig.GkeNodePoolAutoscalingConfigOrBuilder (3.1.1)

public static interface GkeNodePoolConfig.GkeNodePoolAutoscalingConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMaxNodeCount()

public abstract int getMaxNodeCount()

The maximum number of nodes in the NodePool. Must be >= min_node_count. Note: Quota must be sufficient to scale up the cluster.

int32 max_node_count = 3;

Returns
TypeDescription
int

The maxNodeCount.

getMinNodeCount()

public abstract int getMinNodeCount()

The minimum number of nodes in the NodePool. Must be >= 0 and <= max_node_count.

int32 min_node_count = 2;

Returns
TypeDescription
int

The minNodeCount.