ConfigMapVolumeSource class

Not supported by Cloud Run.

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.

Constructors

ConfigMapVolumeSource({int? defaultMode, List<KeyToPath>? items, String? name, bool? optional})
ConfigMapVolumeSource.fromJson(Map json_)

Properties

defaultMode int?
(Optional) Integer representation of mode bits to use on created files by default.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
items List<KeyToPath>?
(Optional) 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.
getter/setter pair
name String?
Name of the config.
getter/setter pair
optional bool?
(Optional) Specify whether the Secret or its keys must be defined.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited