Google Cloud Dataproc v1 API - Enum GkeNodePoolTarget.Types.Role (5.4.0)

public enum Role

Reference documentation and code samples for the Google Cloud Dataproc v1 API enum GkeNodePoolTarget.Types.Role.

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.

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Fields

NameDescription
Controller

Run controllers and webhooks.

Default

Any roles that are not directly assigned to a NodePool run on the default role's NodePool.

SparkDriver

Run spark driver.

SparkExecutor

Run spark executors.

Unspecified

Role is unspecified.