GoogleApi.CloudRun.V1alpha1.Model.ConfigMapKeySelector (google_api_cloud_run v0.42.0) 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 supported Cloud Run on GKE: supported The key to select. -
localObjectReference
(type:GoogleApi.CloudRun.V1alpha1.Model.LocalObjectReference.t
, default:nil
) - This field should not be used directly as it is meant to be inlined directly into the message. Use the "name" field instead. -
name
(type:String.t
, default:nil
) - Cloud Run fully managed: not supported Cloud Run on GKE: supported The ConfigMap to select from. -
optional
(type:boolean()
, default:nil
) - Cloud Run fully managed: not supported Cloud 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
Specs
t() :: %GoogleApi.CloudRun.V1alpha1.Model.ConfigMapKeySelector{ key: String.t(), localObjectReference: GoogleApi.CloudRun.V1alpha1.Model.LocalObjectReference.t(), name: String.t(), optional: boolean() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.