GkeNodePoolTargetRolesItem

enum GkeNodePoolTargetRolesItem : Enum<GkeNodePoolTargetRolesItem> , ConvertibleToJava<GkeNodePoolTargetRolesItem>

Entries

Link copied to clipboard

Role is unspecified.

Link copied to clipboard

At least one node pool must have the DEFAULT role. Work assigned to a role that is not associated with a node pool is assigned to the node pool with the DEFAULT role. For example, work assigned to the CONTROLLER role will be assigned to the node pool with the DEFAULT role if no node pool has the CONTROLLER role.

Link copied to clipboard

Run work associated with the Dataproc control plane (for example, controllers and webhooks). Very low resource requirements.

Link copied to clipboard

Run work associated with a Spark driver of a job.

Link copied to clipboard

Run work associated with a Spark executor of a job.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): GkeNodePoolTargetRolesItem
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: GkeNodePoolTargetRolesItem
Link copied to clipboard
Link copied to clipboard