Class GkeNodePoolConfig (4.0.3)

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 __ where NodePool's nodes will be located. **Note:** Currently, only one zone may be specified. If a location is not specified during NodePool creation, Dataproc will choose a location.
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.

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.