Class GkeClusterConfig (5.0.2)

GkeClusterConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The cluster's GKE config.

Attributes

NameDescription
gke_cluster_target str
Optional. A target GKE cluster to deploy to. It must be in the same project and region as the Dataproc cluster (the GKE cluster can be zonal or regional). Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'
node_pool_target Sequence[google.cloud.dataproc_v1.types.GkeNodePoolTarget]
Optional. GKE NodePools where workloads will be scheduled. At least one node pool must be assigned the 'default' role. Each role can be given to only a single NodePoolTarget. All NodePools must have the same location settings. If a nodePoolTarget is not specified, Dataproc constructs a default nodePoolTarget.

Inheritance

builtins.object > proto.message.Message > GkeClusterConfig