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:
@@ -710,6 +710,7 @@ var (
|
||||
DownwardAPI FSType = "downwardAPI"
|
||||
FC FSType = "fc"
|
||||
ConfigMap FSType = "configMap"
|
||||
VsphereVolume FSType = "vsphereVolume"
|
||||
All FSType = "*"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user