Class: Google::Cloud::Dataproc::V1::GkeClusterConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::GkeClusterConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1/shared.rb
Overview
The cluster's GKE config.
Instance Attribute Summary collapse
-
#gke_cluster_target ⇒ ::String
Optional.
-
#node_pool_target ⇒ ::Array<::Google::Cloud::Dataproc::V1::GkeNodePoolTarget>
Optional.
Instance Attribute Details
#gke_cluster_target ⇒ ::String
219 220 221 222 |
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 219 class GkeClusterConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#node_pool_target ⇒ ::Array<::Google::Cloud::Dataproc::V1::GkeNodePoolTarget>
219 220 221 222 |
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 219 class GkeClusterConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |