Cluster Autoscaling Config Args
    data class ClusterAutoscalingConfigArgs(val autoscalingLimits: Output<AutoscalingLimitsArgs>, val autoscalingTargets: Output<AutoscalingTargetsArgs>) : ConvertibleToJava<ClusterAutoscalingConfigArgs> 
Autoscaling config for a cluster.
Constructors
Link copied to clipboard
                fun ClusterAutoscalingConfigArgs(autoscalingLimits: Output<AutoscalingLimitsArgs>, autoscalingTargets: Output<AutoscalingTargetsArgs>)