google_api_run v0.10.0 GoogleApi.Run.V1.Model.EnvVarSource View Source
Cloud Run fully managed: not supported
Cloud Run for Anthos: supported
EnvVarSource represents a source for the value of an EnvVar.
Attributes
configMapKeyRef
(type:GoogleApi.Run.V1.Model.ConfigMapKeySelector.t
, default:nil
) - (Optional)Cloud Run fully managed: not supported
Cloud Run for Anthos: supported
Selects a key of a ConfigMap.
secretKeyRef
(type:GoogleApi.Run.V1.Model.SecretKeySelector.t
, default:nil
) - (Optional)Cloud Run fully managed: not supported
Cloud Run for Anthos: supported
Selects a key of a secret in the pod's namespace
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Run.V1.Model.EnvVarSource{ configMapKeyRef: GoogleApi.Run.V1.Model.ConfigMapKeySelector.t(), secretKeyRef: GoogleApi.Run.V1.Model.SecretKeySelector.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.