Class: Google::Cloud::Dataproc::V1beta2::GkeClusterConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1beta2::GkeClusterConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1beta2/clusters.rb
Overview
The GKE config for this cluster.
Defined Under Namespace
Classes: NamespacedGkeDeploymentTarget
Instance Attribute Summary collapse
Instance Attribute Details
#namespaced_gke_deployment_target ⇒ ::Google::Cloud::Dataproc::V1beta2::GkeClusterConfig::NamespacedGkeDeploymentTarget
Returns Optional. A target for the deployment.
162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/clusters.rb', line 162 class GkeClusterConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # A full, namespace-isolated deployment target for an existing GKE cluster. # @!attribute [rw] target_gke_cluster # @return [::String] # Optional. The target GKE cluster to deploy to. # Format: 'projects/\\{project}/locations/\\{location}/clusters/\\{cluster_id}' # @!attribute [rw] cluster_namespace # @return [::String] # Optional. A namespace within the GKE cluster to deploy into. class NamespacedGkeDeploymentTarget include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |