Autoscaling Config Args
data class AutoscalingConfigArgs(val clusterId: Output<String>? = null, val coolDownDuration: Output<String>? = null, val expander: Output<String>? = null, val gpuUtilizationThreshold: Output<String>? = null, val scaleDownEnabled: Output<Boolean>? = null, val scanInterval: Output<String>? = null, val unneededDuration: Output<String>? = null, val utilizationThreshold: Output<String>? = null) : ConvertibleToJava<AutoscalingConfigArgs>
Constructors
Link copied to clipboard
fun AutoscalingConfigArgs(clusterId: Output<String>? = null, coolDownDuration: Output<String>? = null, expander: Output<String>? = null, gpuUtilizationThreshold: Output<String>? = null, scaleDownEnabled: Output<Boolean>? = null, scanInterval: Output<String>? = null, unneededDuration: Output<String>? = null, utilizationThreshold: Output<String>? = null)
Functions
Properties
Link copied to clipboard
The policy for selecting which node pool to scale. Valid values: least-waste
, random
, priority
. For more information on these policies, see Configure auto scaling
Link copied to clipboard
Link copied to clipboard