Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newAttacherDetacher (0.22 sec)

  1. pkg/volume/csi/csi_plugin.go

    func (p *csiPlugin) NewAttacher() (volume.Attacher, error) {
    	return p.newAttacherDetacher()
    }
    
    func (p *csiPlugin) NewDeviceMounter() (volume.DeviceMounter, error) {
    	return p.NewAttacher()
    }
    
    func (p *csiPlugin) NewDetacher() (volume.Detacher, error) {
    	return p.newAttacherDetacher()
    }
    
    func (p *csiPlugin) CanAttach(spec *volume.Spec) (bool, error) {
    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