Class: Google::Container::V1beta1::ClusterAutoscaling
- Inherits:
-
Object
- Object
- Google::Container::V1beta1::ClusterAutoscaling
- Defined in:
- lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb
Overview
ClusterAutoscaling contains global, per-cluster information required by Cluster Autoscaler to automatically adjust the size of the cluster and create/delete node pools based on the current needs.
Instance Attribute Summary collapse
-
#enable_node_autoprovisioning ⇒ true, false
Enables automatic node pool creation and deletion.
-
#resource_limits ⇒ Array<Google::Container::V1beta1::ResourceLimit>
Contains global constraints regarding minimum and maximum amount of resources in the cluster.
Instance Attribute Details
#enable_node_autoprovisioning ⇒ true, false
Returns Enables automatic node pool creation and deletion.
1891 |
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 1891 class ClusterAutoscaling; end |
#resource_limits ⇒ Array<Google::Container::V1beta1::ResourceLimit>
Returns Contains global constraints regarding minimum and maximum amount of resources in the cluster.
1891 |
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 1891 class ClusterAutoscaling; end |