Cloud Dataproc V1 API - Class Google::Cloud::Dataproc::V1::KubernetesClusterConfig (v1.3.1)

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

defgke_cluster_config()->::Google::Cloud::Dataproc::V1::GkeClusterConfig
Returns

#gke_cluster_config=

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

#kubernetes_namespace

defkubernetes_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=

defkubernetes_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

defkubernetes_software_config()->::Google::Cloud::Dataproc::V1::KubernetesSoftwareConfig
Returns

#kubernetes_software_config=

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.