Cluster Cluster Autoscaling Args
data class ClusterClusterAutoscalingArgs(val autoProvisioningDefaults: Output<ClusterClusterAutoscalingAutoProvisioningDefaultsArgs>? = null, val autoscalingProfile: Output<String>? = null, val enabled: Output<Boolean>? = null, val resourceLimits: Output<List<ClusterClusterAutoscalingResourceLimitArgs>>? = null) : ConvertibleToJava<ClusterClusterAutoscalingArgs>
Constructors
Link copied to clipboard
fun ClusterClusterAutoscalingArgs(autoProvisioningDefaults: Output<ClusterClusterAutoscalingAutoProvisioningDefaultsArgs>? = null, autoscalingProfile: Output<String>? = null, enabled: Output<Boolean>? = null, resourceLimits: Output<List<ClusterClusterAutoscalingResourceLimitArgs>>? = null)
Functions
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
.