KubernetesNodePoolArgs

constructor(autoScale: Output<Boolean>? = null, clusterId: Output<String>? = null, labels: Output<Map<String, String>>? = null, maxNodes: Output<Int>? = null, minNodes: Output<Int>? = null, name: Output<String>? = null, nodeCount: Output<Int>? = null, size: Output<Either<String, DropletSlug>>? = null, tags: Output<List<String>>? = null, taints: Output<List<KubernetesNodePoolTaintArgs>>? = null)