Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 784 Bytes

ConfigMapVolumeSource.md

File metadata and controls

16 lines (9 loc) · 784 Bytes

ConfigMapVolumeSource

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. ConfigMap volumes support ownership management and SELinux relabeling.

Properties

Name Type Description Notes
defaultMode Integer [optional]
items List<KeyToPath> [optional]
localObjectReference io.kubernetes.client.models.V1LocalObjectReference [optional]
optional Boolean [optional]