google_api_cloud_run v0.0.1 GoogleApi.CloudRun.V1alpha1.Model.SecretEnvSource View Source
SecretEnvSource selects a Secret to populate the environment variables with. The contents of the target Secret's Data field will represent the key-value pairs as environment variables.
Attributes
- localObjectReference (LocalObjectReference): The Secret to select from. Defaults to:
null
. - optional (boolean()): Specify whether the Secret must be defined +optional Defaults to:
null
.
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 Source
t()
View Source
t() :: %GoogleApi.CloudRun.V1alpha1.Model.SecretEnvSource{
localObjectReference:
GoogleApi.CloudRun.V1alpha1.Model.LocalObjectReference.t(),
optional: any()
}
t() :: %GoogleApi.CloudRun.V1alpha1.Model.SecretEnvSource{ localObjectReference: GoogleApi.CloudRun.V1alpha1.Model.LocalObjectReference.t(), optional: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.