Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AttachVolume (0.23 sec)

  1. pkg/volume/portworx/portworx_test.go

    		t.Errorf("Expected not to support AccessModeTypes:  %s", v1.ReadOnlyMany)
    	}
    }
    
    type fakePortworxManager struct {
    	attachCalled bool
    	mountCalled  bool
    }
    
    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
    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