Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DetachVolume (0.11 sec)

  1. pkg/volume/portworx/portworx_test.go

    }
    
    func (fake *fakePortworxManager) AttachVolume(b *portworxVolumeMounter, attachOptions map[string]string) (string, error) {
    	fake.attachCalled = true
    	return "", nil
    }
    
    func (fake *fakePortworxManager) DetachVolume(c *portworxVolumeUnmounter) error {
    	return nil
    }
    
    func (fake *fakePortworxManager) MountVolume(b *portworxVolumeMounter, mountPath string) error {
    	fake.mountCalled = true
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 21 02:17:04 UTC 2021
    - 7.4K bytes
    - Viewed (0)
Back to top