GetClusterClusterAutoscaling

data class GetClusterClusterAutoscaling(val autoProvisioningDefaults: List<GetClusterClusterAutoscalingAutoProvisioningDefault>, val autoProvisioningLocations: List<String>, val autoscalingProfile: String, val enabled: Boolean, val resourceLimits: List<GetClusterClusterAutoscalingResourceLimit>)

Constructors

Link copied to clipboard
constructor(autoProvisioningDefaults: List<GetClusterClusterAutoscalingAutoProvisioningDefault>, autoProvisioningLocations: List<String>, autoscalingProfile: String, enabled: Boolean, resourceLimits: List<GetClusterClusterAutoscalingResourceLimit>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Contains defaults for a node pool created by NAP.

Link copied to clipboard

The list of Google Compute Engine zones in which the NodePool's nodes can be created by NAP.

Link copied to clipboard

Configuration options for the Autoscaling profile feature, which lets you choose whether the cluster autoscaler should optimize for resource utilization or resource availability when deciding to remove nodes from a cluster. Can be BALANCED or OPTIMIZE_UTILIZATION. Defaults to BALANCED.

Link copied to clipboard

Whether node auto-provisioning is enabled. Resource limits for cpu and memory must be defined to enable node auto-provisioning.

Link copied to clipboard

Global constraints for machine resources in the cluster. Configuring the cpu and memory types is required if node auto-provisioning is enabled. These limits will apply to node pool autoscaling in addition to node auto-provisioning.