Cloud Dataproc V1 API - Class Google::Cloud::Dataproc::V1::KubernetesClusterConfig (v0.16.0)

Reference documentation and code samples for the Cloud Dataproc V1 API class Google::Cloud::Dataproc::V1::KubernetesClusterConfig.

The configuration for running the Dataproc cluster on Kubernetes.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#gke_cluster_config

def gke_cluster_config() -> ::Google::Cloud::Dataproc::V1::GkeClusterConfig
Returns

#gke_cluster_config=

def gke_cluster_config=(value) -> ::Google::Cloud::Dataproc::V1::GkeClusterConfig
Parameter
Returns

#kubernetes_namespace

def kubernetes_namespace() -> ::String
Returns
  • (::String) — 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.

#kubernetes_namespace=

def kubernetes_namespace=(value) -> ::String
Parameter
  • value (::String) — 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.
Returns
  • (::String) — 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.

#kubernetes_software_config

def kubernetes_software_config() -> ::Google::Cloud::Dataproc::V1::KubernetesSoftwareConfig
Returns

#kubernetes_software_config=

def kubernetes_software_config=(value) -> ::Google::Cloud::Dataproc::V1::KubernetesSoftwareConfig
Parameter
Returns