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
- (::Google::Cloud::Dataproc::V1::GkeClusterConfig) — Required. The configuration for running the Dataproc cluster on GKE.
#gke_cluster_config=
def gke_cluster_config=(value) -> ::Google::Cloud::Dataproc::V1::GkeClusterConfig
Parameter
- value (::Google::Cloud::Dataproc::V1::GkeClusterConfig) — Required. The configuration for running the Dataproc cluster on GKE.
Returns
- (::Google::Cloud::Dataproc::V1::GkeClusterConfig) — Required. The configuration for running the Dataproc cluster on GKE.
#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
- (::Google::Cloud::Dataproc::V1::KubernetesSoftwareConfig) — Optional. The software configuration for this Dataproc cluster running on Kubernetes.
#kubernetes_software_config=
def kubernetes_software_config=(value) -> ::Google::Cloud::Dataproc::V1::KubernetesSoftwareConfig
Parameter
- value (::Google::Cloud::Dataproc::V1::KubernetesSoftwareConfig) — Optional. The software configuration for this Dataproc cluster running on Kubernetes.
Returns
- (::Google::Cloud::Dataproc::V1::KubernetesSoftwareConfig) — Optional. The software configuration for this Dataproc cluster running on Kubernetes.