google_api_cloud_run v0.15.0 GoogleApi.CloudRun.V1alpha1.Model.SecretKeySelector View Source
Cloud Run fully managed: not supported
Cloud Run on GKE: supported
SecretKeySelector selects a key of a Secret.
Attributes
key
(type:String.t
, default:nil
) - Cloud Run fully managed: not supportedCloud Run on GKE: supported
The key of the secret to select from. Must be a valid secret key.
localObjectReference
(type:GoogleApi.CloudRun.V1alpha1.Model.LocalObjectReference.t
, default:nil
) - Cloud Run fully managed: not supportedCloud Run on GKE: supported
The name of the secret in the pod's namespace to select from.
optional
(type:boolean()
, default:nil
) - Cloud Run fully managed: not supportedCloud Run on GKE: supported
Specify whether the Secret or its key must be defined +optional
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
t()
View Sourcet() :: %GoogleApi.CloudRun.V1alpha1.Model.SecretKeySelector{ key: String.t(), localObjectReference: GoogleApi.CloudRun.V1alpha1.Model.LocalObjectReference.t(), optional: boolean() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.