google_api_cloud_run v0.1.0 GoogleApi.CloudRun.V1alpha1.Model.ConfigMapVolumeSource View Source
Adapts a ConfigMap into a volume. The contents of the target ConfigMap's Data field will be presented in a volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths.
Attributes
- defaultMode (integer()): Mode bits to use on created files by default. Must be a value between 0 and
- Defaults to 0644. Directories within the path are not affected by
this setting. This might be in conflict with other options that affect the
file mode, like fsGroup, and the result can be other mode bits set. Defaults to
nil
.
- items (list(GoogleApi.CloudRun.V1alpha1.Model.KeyToPath.t)): If unspecified, each key-value pair in the Data field of the referenced
Secret will be projected into the volume as a file whose name is the
key and content is the value. If specified, the listed keys will be
projected into the specified paths, and unlisted keys will not be
present. If a key is specified which is not present in the Secret,
the volume setup will error unless it is marked optional. Defaults to
nil
. - name (String.t): Name of the config. Defaults to
nil
. - optional (boolean()): Specify whether the Secret or its keys must be defined. Defaults to
nil
.
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.ConfigMapVolumeSource{
defaultMode: integer(),
items: [GoogleApi.CloudRun.V1alpha1.Model.KeyToPath.t()],
name: String.t(),
optional: boolean()
}
t() :: %GoogleApi.CloudRun.V1alpha1.Model.ConfigMapVolumeSource{ defaultMode: integer(), items: [GoogleApi.CloudRun.V1alpha1.Model.KeyToPath.t()], name: String.t(), optional: boolean() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.