Merge pull request #24947 from hpcloud/hpe/vsphere-volume

Automatic merge from submit-queue

vSphere Volume Plugin Implementation

This PR implements vSphere Volume plugin support in Kubernetes (ref. issue #23932).
This commit is contained in:
k8s-merge-robot
2016-05-22 20:40:14 -07:00
47 changed files with 4454 additions and 1186 deletions

View File

@@ -710,6 +710,7 @@ var (
DownwardAPI FSType = "downwardAPI"
FC FSType = "fc"
ConfigMap FSType = "configMap"
VsphereVolume FSType = "vsphereVolume"
All FSType = "*"
)