Class: Google::Cloud::GkeMultiCloud::V1::AzureNodePoolAutoscaling
- 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
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.
730 731 732 733 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb', line 730 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.
730 731 732 733 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb', line 730 class AzureNodePoolAutoscaling include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |