Enum GkeNodePoolTarget.Types.Role (5.0.0)

public enum 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.