kubernetes/docs/api-reference
saadali 542f2dc708 Introduce new kubelet volume manager
This commit adds a new volume manager in kubelet that synchronizes
volume mount/unmount (and attach/detach, if attach/detach controller
is not enabled).

This eliminates the race conditions between the pod creation loop
and the orphaned volumes loops. It also removes the unmount/detach
from the `syncPod()` path so volume clean up never blocks the
`syncPod` loop.
2016-06-15 09:34:08 -07:00
..
autoscaling/v1 Add Controller to api/meta 2016-05-31 20:21:05 +02:00
batch/v1 correction on rbd volume object and defaults 2016-06-06 17:27:47 +00:00
extensions/v1beta1 Revert "Versioning docs and examples for v1.4.0-alpha.0." 2016-06-10 16:46:46 -07:00
v1 Introduce new kubelet volume manager 2016-06-15 09:34:08 -07:00
README.md Revert "Versioning docs and examples for v1.4.0-alpha.0." 2016-06-10 16:46:46 -07:00

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