public static interface GkeNodePoolConfig.GkeNodePoolAutoscalingConfigOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getMaxNodeCount()
The maximum number of nodes in the NodePool.
|
int |
getMinNodeCount()
The minimum number of nodes in the NodePool.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
int getMinNodeCount()
The minimum number of nodes in the NodePool. Must be >= 0 and <= max_node_count.
int32 min_node_count = 2;
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;
Copyright © 2022 Google LLC. All rights reserved.