mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 23:47:50 +00:00
Adding 'flexvolume' prefix to FlexVolume plugin names.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user