View Source GoogleApi.Run.V1.Model.ConfigMapKeySelector (google_api_run v0.30.0)

Not supported by Cloud Run.

Attributes

  • key (type: String.t, default: nil) - Required. Not supported by Cloud Run.
  • localObjectReference (type: GoogleApi.Run.V1.Model.LocalObjectReference.t, default: nil) - Not supported by Cloud Run.
  • name (type: String.t, default: nil) - Required. Not supported by Cloud Run.
  • optional (type: boolean(), default: nil) - Not supported by Cloud Run.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Run.V1.Model.ConfigMapKeySelector{
  key: String.t() | nil,
  localObjectReference: GoogleApi.Run.V1.Model.LocalObjectReference.t() | nil,
  name: String.t() | nil,
  optional: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.