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