Module: Google::Cloud::Dataproc::V1::GkeNodePoolTarget::Role
- Defined in:
- proto_docs/google/cloud/dataproc/v1/shared.rb
Overview
Role specifies whose tasks will run on the NodePool. The roles can be
specific to workloads. Exactly one GkeNodePoolTarget within the
VirtualCluster must have 'default' role, which is used to run all workloads
that are not associated with a NodePool.
Constant Summary collapse
- ROLE_UNSPECIFIED =
Role is unspecified.
0- DEFAULT =
Any roles that are not directly assigned to a NodePool run on the
defaultrole's NodePool. 1- CONTROLLER =
Run controllers and webhooks.
2- SPARK_DRIVER =
Run spark driver.
3- SPARK_EXECUTOR =
Run spark executors.
4