Cluster Cluster Autoscaling
data class ClusterClusterAutoscaling(val autoProvisioningDefaults: ClusterClusterAutoscalingAutoProvisioningDefaults? = null, val autoscalingProfile: String? = null, val enabled: Boolean? = null, val resourceLimits: List<ClusterClusterAutoscalingResourceLimit>? = null)
Constructors
Link copied to clipboard
fun ClusterClusterAutoscaling(autoProvisioningDefaults: ClusterClusterAutoscalingAutoProvisioningDefaults? = null, autoscalingProfile: String? = null, enabled: Boolean? = null, resourceLimits: List<ClusterClusterAutoscalingResourceLimit>? = null)
Types
Properties
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
.