Class: Google::Apis::DataprocV1::GkeClusterConfig
- Inherits:
-
Object
- Object
- Google::Apis::DataprocV1::GkeClusterConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dataproc_v1/classes.rb,
lib/google/apis/dataproc_v1/representations.rb,
lib/google/apis/dataproc_v1/representations.rb
Overview
The cluster's GKE config.
Instance Attribute Summary collapse
-
#namespaced_gke_deployment_target ⇒ Google::Apis::DataprocV1::NamespacedGkeDeploymentTarget
A full, namespace-isolated deployment target for an existing GKE cluster.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GkeClusterConfig
constructor
A new instance of GkeClusterConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GkeClusterConfig
Returns a new instance of GkeClusterConfig.
1213 1214 1215 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 1213 def initialize(**args) update!(**args) end |
Instance Attribute Details
#namespaced_gke_deployment_target ⇒ Google::Apis::DataprocV1::NamespacedGkeDeploymentTarget
A full, namespace-isolated deployment target for an existing GKE cluster.
Corresponds to the JSON property namespacedGkeDeploymentTarget
1211 1212 1213 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 1211 def namespaced_gke_deployment_target @namespaced_gke_deployment_target end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1218 1219 1220 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 1218 def update!(**args) @namespaced_gke_deployment_target = args[:namespaced_gke_deployment_target] if args.key?(:namespaced_gke_deployment_target) end |