Interface GkeNodePoolConfig.GkeNodePoolAutoscalingConfigOrBuilder (4.9.0)

See more code actions.
public static interface GkeNodePoolConfig.GkeNodePoolAutoscalingConfigOrBuilder extends MessageOrBuilder
MessageOrBuilder
public abstract int getMaxNodeCount()

The maximum number of nodes in the node pool. Must be >= min_node_count, and must be > 0. 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 node pool. Must be >= 0 and <= max_node_count.

int32 min_node_count = 2;

Returns
TypeDescription
int

The minNodeCount.