Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for UnmountVolume (0.09 sec)

  1. pkg/volume/portworx/portworx_test.go

    	return nil
    }
    
    func (fake *fakePortworxManager) MountVolume(b *portworxVolumeMounter, mountPath string) error {
    	fake.mountCalled = true
    	return nil
    }
    
    func (fake *fakePortworxManager) UnmountVolume(c *portworxVolumeUnmounter, mountPath string) error {
    	return nil
    }
    
    func (fake *fakePortworxManager) CreateVolume(c *portworxVolumeProvisioner) (volumeID string, volumeSizeGB int64, labels map[string]string, err error) {
    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