ClusterAutoscaling(mapping=None, *, ignore_unknown_fields=False, **kwargs)
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.
Attributes
Name | Description |
enable_node_autoprovisioning |
bool
Enables automatic node pool creation and deletion. |
resource_limits |
Sequence[google.cloud.container_v1beta1.types.ResourceLimit]
Contains global constraints regarding minimum and maximum amount of resources in the cluster. |
autoscaling_profile |
google.cloud.container_v1beta1.types.ClusterAutoscaling.AutoscalingProfile
Defines autoscaling behaviour. |
autoprovisioning_node_pool_defaults |
google.cloud.container_v1beta1.types.AutoprovisioningNodePoolDefaults
AutoprovisioningNodePoolDefaults contains defaults for a node pool created by NAP. |
autoprovisioning_locations |
Sequence[str]
The list of Google Compute Engine `zones |
Inheritance
builtins.object > proto.message.Message > ClusterAutoscalingClasses
AutoscalingProfile
AutoscalingProfile(value)
Defines possible options for autoscaling_profile field.