Class: Google::Cloud::Dataproc::V1::GkeNodePoolConfig::GkeNodePoolAutoscalingConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::GkeNodePoolConfig::GkeNodePoolAutoscalingConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1/shared.rb
Overview
GkeNodePoolAutoscaling contains information the cluster autoscaler needs to adjust the size of the node pool to the current cluster usage.
Instance Attribute Summary collapse
-
#max_node_count ⇒ ::Integer
The maximum number of nodes in the node pool.
-
#min_node_count ⇒ ::Integer
The minimum number of nodes in the node pool.
Instance Attribute Details
#max_node_count ⇒ ::Integer
Returns 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.
512 513 514 515 |
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 512 class GkeNodePoolAutoscalingConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#min_node_count ⇒ ::Integer
Returns The minimum number of nodes in the node pool. Must be >= 0 and <= max_node_count.
512 513 514 515 |
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 512 class GkeNodePoolAutoscalingConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |