adding downward api volume plugin

This commit is contained in:
Salvatore Dario Minonne
2015-02-20 06:36:23 +01:00
parent cfe2bf10f2
commit f4dc0653aa
25 changed files with 1919 additions and 40 deletions

View File

@@ -63,6 +63,7 @@ Familiarity with [pods](pods.md) is suggested.
- [gitRepo](#gitrepo)
- [secret](#secret)
- [persistentVolumeClaim](#persistentvolumeclaim)
- [downwardAPI](#downwardapi)
- [Resources](#resources)
<!-- END MUNGE: GENERATED_TOC -->
@@ -381,6 +382,13 @@ iSCSI volume) without knowing the details of the particular cloud environment.
See the [PersistentVolumes example](persistent-volumes/) for more
details.
### downwardAPI
A `downwardAPI` volume is used to make downward API data available to applications.
It mounts a directory and writes the requested data in plain text files.
See the [`downwardAPI` volume example](downward-api/volume/README.md) for more details.
## Resources
The storage media (Disk, SSD, etc) of an `emptyDir` volume is determined by the