Cluster Virtual Cluster Config Kubernetes Cluster Config Gke Cluster Config Node Pool Target Args
data class ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetArgs(val nodePool: Output<String>, val nodePoolConfig: Output<ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetNodePoolConfigArgs>? = null, val roles: Output<List<String>>) : ConvertibleToJava<ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetArgs>
Constructors
Link copied to clipboard
constructor(nodePool: Output<String>, nodePoolConfig: Output<ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetNodePoolConfigArgs>? = null, roles: Output<List<String>>)
Properties
Link copied to clipboard
val nodePoolConfig: Output<ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetNodePoolConfigArgs>? = null
The configuration for the GKE node pool. If specified, Dataproc attempts to create a node pool with the specified shape. If one with the same name already exists, it is verified against all specified fields. If a field differs, the virtual cluster creation will fail.