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.
1419 1420 1421 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 1419 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
1417 1418 1419 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 1417 def namespaced_gke_deployment_target @namespaced_gke_deployment_target end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1424 1425 1426 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 1424 def update!(**args) @namespaced_gke_deployment_target = args[:namespaced_gke_deployment_target] if args.key?(:namespaced_gke_deployment_target) end |