mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-22 06:59:03 +00:00
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:
@@ -67,6 +67,7 @@ func GetAllFSTypesAsSet() sets.String {
|
||||
string(extensions.Projected),
|
||||
string(extensions.PortworxVolume),
|
||||
string(extensions.ScaleIO),
|
||||
string(extensions.CSI),
|
||||
)
|
||||
return fstypes
|
||||
}
|
||||
|
Reference in New Issue
Block a user