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
Returns Optional. A target GKE cluster to deploy to. It must be in the same project and region as the Dataproc cluster (the GKE cluster can be zonal or regional). Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'.
278 279 280 281 |
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 278 class GkeClusterConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#node_pool_target ⇒ ::Array<::Google::Cloud::Dataproc::V1::GkeNodePoolTarget>
Returns Optional. GKE node pools where workloads will be scheduled. At least one
node pool must be assigned the DEFAULT
GkeNodePoolTarget.Role.
If a GkeNodePoolTarget
is not specified, Dataproc constructs a DEFAULT
GkeNodePoolTarget
. Each role can be given to only one
GkeNodePoolTarget
. All node pools must have the same location settings.
278 279 280 281 |
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 278 class GkeClusterConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |