Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for waitForDetach (0.17 sec)

  1. pkg/volume/flexvolume/detacher-defaults.go

    	return nil
    }
    
    // WaitForDetach is part of the volume.Detacher interface.
    func (d *detacherDefaults) WaitForDetach(devicePath string, timeout time.Duration) error {
    	klog.Warning(logPrefix(d.plugin.flexVolumePlugin), "using default WaitForDetach for device ", devicePath)
    	return nil
    }
    
    // UnmountDevice is part of the volume.Detacher interface.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Sep 17 04:51:24 UTC 2020
    - 1.6K bytes
    - Viewed (0)
Back to top