KubernetesClusterNodePoolArgs

constructor(actualNodeCount: Output<Int>? = null, autoScale: Output<Boolean>? = null, id: Output<String>? = null, labels: Output<Map<String, String>>? = null, maxNodes: Output<Int>? = null, minNodes: Output<Int>? = null, name: Output<String>, nodeCount: Output<Int>? = null, nodes: Output<List<KubernetesClusterNodePoolNodeArgs>>? = null, size: Output<String>, tags: Output<List<String>>? = null, taints: Output<List<KubernetesClusterNodePoolTaintArgs>>? = null)