CSI - API change for CSI volume source type

This commit tracks source code update to support the CSI volume source type additionn.
This commit is contained in:
Vladimir Vivien
2017-10-24 22:44:48 -04:00
parent 6a3d3a42db
commit af0c2bda94
8 changed files with 144 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ func GetAllFSTypesAsSet() sets.String {
string(extensions.Projected),
string(extensions.PortworxVolume),
string(extensions.ScaleIO),
string(extensions.CSI),
)
return fstypes
}