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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataproc/v1/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::V1::GkeClusterConfig::NamespacedGkeDeploymentTarget

Returns Optional. A target for the deployment.

Returns:



171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 171

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