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

EnvVarSource represents a source for the value of an EnvVar.

Attributes

  • configMapKeyRef (type: GoogleApi.Run.V1.Model.ConfigMapKeySelector.t, default: nil) - Not supported by Cloud Run. Not supported in Cloud Run.
  • secretKeyRef (type: GoogleApi.Run.V1.Model.SecretKeySelector.t, default: nil) - Selects a key (version) of a secret in Secret Manager.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Run.V1.Model.EnvVarSource{
  configMapKeyRef: GoogleApi.Run.V1.Model.ConfigMapKeySelector.t() | nil,
  secretKeyRef: GoogleApi.Run.V1.Model.SecretKeySelector.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.