Gke Node Pool Autoscaling Config Args
data class GkeNodePoolAutoscalingConfigArgs(val maxNodeCount: Output<Int>? = null, val minNodeCount: Output<Int>? = null) : ConvertibleToJava<GkeNodePoolAutoscalingConfigArgs>
GkeNodePoolAutoscaling contains information the cluster autoscaler needs to adjust the size of the node pool to the current cluster usage.
Constructors
Link copied to clipboard
fun GkeNodePoolAutoscalingConfigArgs(maxNodeCount: Output<Int>? = null, minNodeCount: Output<Int>? = null)