kubernetesNamespace property

String? kubernetesNamespace
getter/setter pair

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.

Optional.

Implementation

core.String? kubernetesNamespace;