Kubernetes Cluster Auto Scaler Profile Args
constructor(balanceSimilarNodeGroups: Output<Boolean>? = null, daemonsetEvictionForEmptyNodesEnabled: Output<Boolean>? = null, daemonsetEvictionForOccupiedNodesEnabled: Output<Boolean>? = null, emptyBulkDeleteMax: Output<String>? = null, expander: Output<String>? = null, ignoreDaemonsetsUtilizationEnabled: Output<Boolean>? = null, maxGracefulTerminationSec: Output<String>? = null, maxNodeProvisioningTime: Output<String>? = null, maxUnreadyNodes: Output<Int>? = null, maxUnreadyPercentage: Output<Double>? = null, newPodScaleUpDelay: Output<String>? = null, scaleDownDelayAfterAdd: Output<String>? = null, scaleDownDelayAfterDelete: Output<String>? = null, scaleDownDelayAfterFailure: Output<String>? = null, scaleDownUnneeded: Output<String>? = null, scaleDownUnready: Output<String>? = null, scaleDownUtilizationThreshold: Output<String>? = null, scanInterval: Output<String>? = null, skipNodesWithLocalStorage: Output<Boolean>? = null, skipNodesWithSystemPods: Output<Boolean>? = null)