Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 979 Bytes

File metadata and controls

11 lines (7 loc) · 979 Bytes

V1ConfigMapVolumeSource

Properties

Name Type Description Notes
name str Name of the referent. More info: http://releases.k8s.io/release-1.2/docs/user-guide/identifiers.md#names [optional]
items list[V1KeyToPath] If unspecified, each key-value pair in the Data field of the referenced ConfigMap 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 ConfigMap, the volume setup will error. Paths must be relative and may not contain the '..' path or start with '..'. [optional]

[Back to Model list] [Back to API list] [Back to README]