GoogleCloudDataprocClusterGkeNodePoolAutoscalingConfiguration
No description
type GoogleCloudDataprocClusterGkeNodePoolAutoscalingConfiguration {
numberOfMinimumNode: Int!
numberOfMaximumNode: Int!
}
Fields
GoogleCloudDataprocClusterGkeNodePoolAutoscalingConfiguration.numberOfMinimumNode
● Int!
non-null scalar
The minimum number of nodes in the NodePool. Must be >= 0 and <= numberOfMaximumNode
GoogleCloudDataprocClusterGkeNodePoolAutoscalingConfiguration.numberOfMaximumNode
● Int!
non-null scalar
The maximum number of nodes in the NodePool. Must be >= numberOfMinimumNode