Class Google::Cloud::Dataproc::V1::GkeClusterConfig::NamespacedGkeDeploymentTarget (v0.8.0)

A full, namespace-isolated deployment target for an existing GKE cluster.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#cluster_namespace

def cluster_namespace() -> ::String
Returns
  • (::String) — Optional. A namespace within the GKE cluster to deploy into.

#cluster_namespace=

def cluster_namespace=(value) -> ::String
Parameter
  • value (::String) — Optional. A namespace within the GKE cluster to deploy into.
Returns
  • (::String) — Optional. A namespace within the GKE cluster to deploy into.

#target_gke_cluster

def target_gke_cluster() -> ::String
Returns
  • (::String) — Optional. The target GKE cluster to deploy to. Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'

#target_gke_cluster=

def target_gke_cluster=(value) -> ::String
Parameter
  • value (::String) — Optional. The target GKE cluster to deploy to. Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'
Returns
  • (::String) — Optional. The target GKE cluster to deploy to. Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'