public interface NodePoolAutoscalingOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getEnabled()
Is autoscaling enabled for this node pool.
|
int |
getMaxNodeCount()
Maximum number of nodes in the NodePool.
|
int |
getMinNodeCount()
Minimum number of nodes in the NodePool.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean getEnabled()
Is autoscaling enabled for this node pool.
bool enabled = 1;
int getMinNodeCount()
Minimum number of nodes in the NodePool. Must be >= 1 and <= max_node_count.
int32 min_node_count = 2;
int getMaxNodeCount()
Maximum number of nodes in the NodePool. Must be >= min_node_count. There has to enough quota to scale up the cluster.
int32 max_node_count = 3;