View Source GoogleApi.GKEBackup.V1.Model.NamespacedName (google_api_gke_backup v0.6.0)

A reference to a namespaced resource in Kubernetes.

Attributes

  • name (type: String.t, default: nil) - Optional. The name of the Kubernetes resource.
  • namespace (type: String.t, default: nil) - Optional. The Namespace of the Kubernetes resource.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEBackup.V1.Model.NamespacedName{
  name: String.t() | nil,
  namespace: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.