Kubernetes Cluster Node Pool
constructor(actualNodeCount: Int? = null, autoScale: Boolean? = null, id: String? = null, labels: Map<String, String>? = null, maxNodes: Int? = null, minNodes: Int? = null, name: String, nodeCount: Int? = null, nodes: List<KubernetesClusterNodePoolNode>? = null, size: String, tags: List<String>? = null, taints: List<KubernetesClusterNodePoolTaint>? = null)