Class: Google::Cloud::GkeMultiCloud::V1::AzureNodePoolAutoscaling Deprecated
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::AzureNodePoolAutoscaling
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb
Overview
Deprecated.
This message is deprecated and may be removed in the next major version update.
Configuration related to Kubernetes cluster autoscaler.
The Kubernetes cluster autoscaler will automatically adjust the size of the node pool based on the cluster load.
Instance Attribute Summary collapse
-
#max_node_count ⇒ ::Integer
Required.
-
#min_node_count ⇒ ::Integer
Required.
Instance Attribute Details
#max_node_count ⇒ ::Integer
Returns Required. Maximum number of nodes in the node pool. Must be greater than or equal to min_node_count and less than or equal to 50.
747 748 749 750 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb', line 747 class AzureNodePoolAutoscaling include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#min_node_count ⇒ ::Integer
Returns Required. Minimum number of nodes in the node pool. Must be greater than or equal to 1 and less than or equal to max_node_count.
747 748 749 750 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb', line 747 class AzureNodePoolAutoscaling include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |