google_api_cloud_run v0.15.0 GoogleApi.CloudRun.V1alpha1.Model.ConfigMapKeySelector View Source
Cloud Run fully managed: not supported
Cloud Run on GKE: supported
Selects a key from a ConfigMap.
Attributes
key
(type:String.t
, default:nil
) - Cloud Run fully managed: not supportedCloud Run on GKE: supported
The key to select.
localObjectReference
(type:GoogleApi.CloudRun.V1alpha1.Model.LocalObjectReference.t
, default:nil
) - Cloud Run fully managed: not supportedCloud Run on GKE: supported
The ConfigMap to select from.
optional
(type:boolean()
, default:nil
) - Cloud Run fully managed: not supportedCloud Run on GKE: supported
Specify whether the ConfigMap 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
Link to this type
t()
View Sourcet() :: %GoogleApi.CloudRun.V1alpha1.Model.ConfigMapKeySelector{ 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.