Class: Google::Cloud::Dataproc::V1::GkeClusterConfig::NamespacedGkeDeploymentTarget

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataproc/v1/clusters.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_namespace::String

Returns Optional. A namespace within the GKE cluster to deploy into.

Returns:

  • (::String)

    Optional. A namespace within the GKE cluster to deploy into.



183
184
185
186
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 183

class NamespacedGkeDeploymentTarget
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#target_gke_cluster::String

Returns 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}'



183
184
185
186
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 183

class NamespacedGkeDeploymentTarget
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end