Cluster Virtual Cluster Config Kubernetes Cluster Config Gke Cluster Config Node Pool Target
data class ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTarget(val nodePool: String, val nodePoolConfig: ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetNodePoolConfig? = null, val roles: List<String>)
Constructors
Link copied to clipboard
constructor(nodePool: String, nodePoolConfig: ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetNodePoolConfig? = null, roles: List<String>)
Properties
Link copied to clipboard
val nodePoolConfig: ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetNodePoolConfig? = 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.