View Source GoogleApi.Run.V1.Model.EnvVarSource (quiqup_google_api_run v0.28.0)
EnvVarSource represents a source for the value of an EnvVar.
attributes
Attributes
-
configMapKeyRef(type:GoogleApi.Run.V1.Model.ConfigMapKeySelector.t, default:nil) - (Optional) Not supported by Cloud Run Selects a key of a ConfigMap. -
secretKeyRef(type:GoogleApi.Run.V1.Model.SecretKeySelector.t, default:nil) - (Optional) Selects a key (version) of a secret in Secret Manager.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
@type t() :: %GoogleApi.Run.V1.Model.EnvVarSource{ configMapKeyRef: GoogleApi.Run.V1.Model.ConfigMapKeySelector.t() | nil, secretKeyRef: GoogleApi.Run.V1.Model.SecretKeySelector.t() | nil }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.