class Google::Apis::DataprocV1beta2::GkeClusterConfig
The GKE config for this cluster.
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::DataprocV1beta2::NamespacedGkeDeploymentTarget]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dataproc_v1beta2/classes.rb, line 1101 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_v1beta2/classes.rb, line 1106 def update!(**args) @namespaced_gke_deployment_target = args[:namespaced_gke_deployment_target] if args.key?(:namespaced_gke_deployment_target) end