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