View Source GoogleApi.Dataproc.V1.Model.GkeNodePoolConfig (google_api_dataproc v0.55.0)
The configuration of a GKE node pool used by a Dataproc-on-GKE cluster (https://cloud.google.com/dataproc/docs/concepts/jobs/dataproc-gke#create-a-dataproc-on-gke-cluster).
Attributes
-
autoscaling
(type:GoogleApi.Dataproc.V1.Model.GkeNodePoolAutoscalingConfig.t
, default:nil
) - Optional. The autoscaler configuration for this node pool. The autoscaler is enabled only when a valid configuration is present. -
config
(type:GoogleApi.Dataproc.V1.Model.GkeNodeConfig.t
, default:nil
) - Optional. The node pool configuration. -
locations
(type:list(String.t)
, default:nil
) - Optional. The list of Compute Engine zones (https://cloud.google.com/compute/docs/zones#available) where node pool nodes associated with a Dataproc on GKE virtual cluster will be located.Note: All node pools associated with a virtual cluster must be located in the same region as the virtual cluster, and they must be located in the same zone within that region.If a location is not specified during node pool creation, Dataproc on GKE will choose the zone.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataproc.V1.Model.GkeNodePoolConfig{ autoscaling: GoogleApi.Dataproc.V1.Model.GkeNodePoolAutoscalingConfig.t() | nil, config: GoogleApi.Dataproc.V1.Model.GkeNodeConfig.t() | nil, locations: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.