KubernetesClusterConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The configuration for running the Dataproc cluster on Kubernetes.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
kubernetes_namespace |
str
Optional. A namespace within the Kubernetes cluster to deploy into. If this namespace does not exist, it is created. If it exists, Dataproc verifies that another Dataproc VirtualCluster is not installed into it. If not specified, the name of the Dataproc Cluster is used. |
gke_cluster_config |
google.cloud.dataproc_v1.types.GkeClusterConfig
Required. The configuration for running the Dataproc cluster on GKE. This field is a member of oneof _ config .
|
kubernetes_software_config |
google.cloud.dataproc_v1.types.KubernetesSoftwareConfig
Optional. The software configuration for this Dataproc cluster running on Kubernetes. |