io.k8s.api.core.v1.ConfigMapVolumeSource
See theConfigMapVolumeSource companion object
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.
Attributes
- Companion
- object
- Source
- ConfigMapVolumeSource.scala
- Graph
-
- Supertypes
Members list
Inherited
- Not inherited
- Product
In this article