View Source GoogleApi.Dataproc.V1.Model.GkeClusterConfig (google_api_dataproc v0.54.0)

The cluster's GKE config.

Attributes

  • gkeClusterTarget (type: String.t, default: nil) - Optional. A target GKE cluster to deploy to. It must be in the same project and region as the Dataproc cluster (the GKE cluster can be zonal or regional). Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'
  • namespacedGkeDeploymentTarget (type: GoogleApi.Dataproc.V1.Model.NamespacedGkeDeploymentTarget.t, default: nil) - Optional. Deprecated. Use gkeClusterTarget. Used only for the deprecated beta. A target for the deployment.
  • nodePoolTarget (type: list(GoogleApi.Dataproc.V1.Model.GkeNodePoolTarget.t), default: nil) - Optional. GKE node pools where workloads will be scheduled. At least one node pool must be assigned the DEFAULT GkeNodePoolTarget.Role. If a GkeNodePoolTarget is not specified, Dataproc constructs a DEFAULT GkeNodePoolTarget. Each role can be given to only one GkeNodePoolTarget. All node pools must have the same location settings.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataproc.V1.Model.GkeClusterConfig{
  gkeClusterTarget: String.t() | nil,
  namespacedGkeDeploymentTarget:
    GoogleApi.Dataproc.V1.Model.NamespacedGkeDeploymentTarget.t() | nil,
  nodePoolTarget: [GoogleApi.Dataproc.V1.Model.GkeNodePoolTarget.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.