class Google::Apis::DataprocV1::GkeClusterConfig

The cluster's GKE config.

Attributes

namespaced_gke_deployment_target[RW]

A full, namespace-isolated deployment target for an existing GKE cluster. Corresponds to the JSON property `namespacedGkeDeploymentTarget` @return [Google::Apis::DataprocV1::NamespacedGkeDeploymentTarget]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dataproc_v1/classes.rb, line 1196
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/dataproc_v1/classes.rb, line 1201
def update!(**args)
  @namespaced_gke_deployment_target = args[:namespaced_gke_deployment_target] if args.key?(:namespaced_gke_deployment_target)
end