Adding 'flexvolume' prefix to FlexVolume plugin names.

This commit is contained in:
Cheng Xing
2017-05-24 13:25:05 -07:00
parent b9e8d2aee6
commit 8b2e1b55e0
4 changed files with 6 additions and 6 deletions

View File

@@ -62,7 +62,7 @@ func (plugin *flexVolumePlugin) getExecutable() string {
// Name is part of the volume.VolumePlugin interface.
func (plugin *flexVolumePlugin) GetPluginName() string {
return plugin.driverName
return "flexvolume-" + plugin.driverName
}
// GetVolumeName is part of the volume.VolumePlugin interface.