Cluster Virtual Cluster Config Kubernetes Cluster Config Gke Cluster Config
data class ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfig(val gkeClusterTarget: String? = null, val nodePoolTargets: List<ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTarget>? = null)
Constructors
Link copied to clipboard
fun ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfig(gkeClusterTarget: String? = null, nodePoolTargets: List<ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTarget>? = null)
Types
Properties
Link copied to clipboard
val nodePoolTargets: List<ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTarget>? = null
GKE node pools where workloads will be scheduled. At least one node pool must be assigned the DEFAULT
GkeNodePoolTarget.Role. If a GkeNodePoolTarget is not specified, Dataproc constructs a DEFAULT
GkeNodePoolTarget. Each role can be given to only one GkeNodePoolTarget. All node pools must have the same location settings.