k3s/docs/api-reference
k8s-merge-robot f2f3b49f58 Merge pull request #22575 from MikaelCluseau/wip-issue-20466
Automatic merge from submit-queue

Add subPath to mount a child dir or file of a volumeMount

Allow users to specify a subPath in Container.volumeMounts so they can use a single volume for many mounts instead of creating many volumes. For instance, a user can now use a single PersistentVolume to store the Mysql database and the document root of an Apache server of a LAMP stack pod by mapping them to different subPaths in this single volume.

Also solves https://github.com/kubernetes/kubernetes/issues/20466.
2016-05-08 08:45:15 -07:00
..
autoscaling/v1 generated changes 2016-05-04 21:54:55 -07:00
batch/v1 VolumeMount.SubPath: API change. 2016-05-06 15:40:10 +11:00
extensions/v1beta1 Merge pull request #22575 from MikaelCluseau/wip-issue-20466 2016-05-08 08:45:15 -07:00
v1 VolumeMount.SubPath: API change. 2016-05-06 15:40:10 +11:00
README.md Add a README for api-reference docs and link to it instead of linking to swagger-ui 2016-03-16 15:47:30 -07:00

README.md

WARNING WARNING WARNING WARNING WARNING

PLEASE NOTE: This document applies to the HEAD of the source tree

If you are using a released version of Kubernetes, you should refer to the docs that go with that version.

Documentation for other releases can be found at releases.k8s.io.

API Reference

Use the following reference docs to understand the kubernetes REST API for various API group versions:

Analytics