Class GkeNodePoolConfig

GkeNodePoolConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The configuration of a GKE NodePool used by a Dataproc-on-GKE cluster <https://cloud.google.com/dataproc/docs/concepts/jobs/dataproc-gke#create-a-dataproc-on-gke-cluster>__.

Attributes

NameDescription
config google.cloud.dataproc_v1.types.GkeNodePoolConfig.GkeNodeConfig
Optional. The node pool configuration.
locations Sequence[str]
Optional. The list of Compute Engine `zones
autoscaling google.cloud.dataproc_v1.types.GkeNodePoolConfig.GkeNodePoolAutoscalingConfig
Optional. The autoscaler configuration for this NodePool. The autoscaler is enabled only when a valid configuration is present.

Inheritance

builtins.object > proto.message.Message > GkeNodePoolConfig

Classes

GkeNodeConfig

GkeNodeConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Parameters that describe cluster nodes.

GkeNodePoolAcceleratorConfig

GkeNodePoolAcceleratorConfig(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

A GkeNodeConfigAcceleratorConfig represents a Hardware Accelerator request for a NodePool.

GkeNodePoolAutoscalingConfig

GkeNodePoolAutoscalingConfig(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

GkeNodePoolAutoscaling contains information the cluster autoscaler needs to adjust the size of the node pool to the current cluster usage.