Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for mapsPath (0.14 sec)

  1. pkg/volume/testing/testing.go

    	return nil
    }
    
    func (fv *FakeVolumePathHandler) RemoveMapPath(mapPath string) error {
    	// nil is success, else error
    	return nil
    }
    
    func (fv *FakeVolumePathHandler) IsSymlinkExist(mapPath string) (bool, error) {
    	// nil is success, else error
    	return true, nil
    }
    
    func (fv *FakeVolumePathHandler) IsDeviceBindMountExist(mapPath string) (bool, error) {
    	// nil is success, else error
    	return true, nil
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 12:32:15 UTC 2024
    - 53.3K bytes
    - Viewed (0)
Back to top