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

Deprecated. Used only for the deprecated beta. A full, namespace-isolated deployment target for an existing GKE cluster.

Attributes

  • clusterNamespace (type: String.t, default: nil) - Optional. A namespace within the GKE cluster to deploy into.
  • targetGkeCluster (type: String.t, default: nil) - Optional. The target GKE cluster to deploy to. Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataproc.V1.Model.NamespacedGkeDeploymentTarget{
  clusterNamespace: String.t() | nil,
  targetGkeCluster: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.