Class: Google::Cloud::Dataproc::V1beta2::GkeClusterConfig::NamespacedGkeDeploymentTarget
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1beta2::GkeClusterConfig::NamespacedGkeDeploymentTarget
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1beta2/clusters.rb
Overview
A full, namespace-isolated deployment target for an existing GKE cluster.
Instance Attribute Summary collapse
-
#cluster_namespace ⇒ ::String
Optional.
-
#target_gke_cluster ⇒ ::String
Optional.
Instance Attribute Details
#cluster_namespace ⇒ ::String
Returns Optional. A namespace within the GKE cluster to deploy into.
174 175 176 177 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/clusters.rb', line 174 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}'.
174 175 176 177 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/clusters.rb', line 174 class NamespacedGkeDeploymentTarget include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |