Cluster Autoscaling Config Response
    data class ClusterAutoscalingConfigResponse(val autoscalingLimits: AutoscalingLimitsResponse, val autoscalingTargets: AutoscalingTargetsResponse)
Autoscaling config for a cluster.
Constructors
Link copied to clipboard
                fun ClusterAutoscalingConfigResponse(autoscalingLimits: AutoscalingLimitsResponse, autoscalingTargets: AutoscalingTargetsResponse)