KubernetesClusterConfigArgs

data class KubernetesClusterConfigArgs(val gkeClusterConfig: Output<GkeClusterConfigArgs>, val kubernetesNamespace: Output<String>? = null, val kubernetesSoftwareConfig: Output<KubernetesSoftwareConfigArgs>? = null) : ConvertibleToJava<KubernetesClusterConfigArgs>

The configuration for running the Dataproc cluster on Kubernetes.

Constructors

Link copied to clipboard
constructor(gkeClusterConfig: Output<GkeClusterConfigArgs>, kubernetesNamespace: Output<String>? = null, kubernetesSoftwareConfig: Output<KubernetesSoftwareConfigArgs>? = null)

Properties

Link copied to clipboard

The configuration for running the Dataproc cluster on GKE.

Link copied to clipboard
val kubernetesNamespace: Output<String>? = null

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.

Link copied to clipboard

Optional. The software configuration for this Dataproc cluster running on Kubernetes.

Functions

Link copied to clipboard
open override fun toJava(): KubernetesClusterConfigArgs