View Source GoogleApi.Run.V2.Model.GoogleCloudRunV2EnvVarSource (google_api_run v0.30.0)

EnvVarSource represents a source for the value of an EnvVar.

Attributes

  • secretKeyRef (type: GoogleApi.Run.V2.Model.GoogleCloudRunV2SecretKeySelector.t, default: nil) - Selects a secret and a specific version from Cloud Secret Manager.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Run.V2.Model.GoogleCloudRunV2EnvVarSource{
  secretKeyRef:
    GoogleApi.Run.V2.Model.GoogleCloudRunV2SecretKeySelector.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.