Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for volNameSe (0.2 sec)

  1. pkg/volume/csi/csi_plugin.go

    		}
    	}()
    	return nil
    }
    
    func (p *csiPlugin) GetPluginName() string {
    	return CSIPluginName
    }
    
    // GetvolumeName returns a concatenated string of CSIVolumeSource.Driver<volNameSe>CSIVolumeSource.VolumeHandle
    // That string value is used in Detach() to extract driver name and volumeName.
    func (p *csiPlugin) GetVolumeName(spec *volume.Spec) (string, error) {
    	csi, err := getPVSourceFromSpec(spec)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 29.2K bytes
    - Viewed (0)
Back to top