Home
last modified time | relevance | path

Searched refs:storageosUnmounter (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/storageos/
H A Dstorageos.go156 return &storageosUnmounter{
284 DetachVolume(unmounter *storageosUnmounter, dir string) error argument
288 UnmountVolume(unounter *storageosUnmounter) error argument
485 type storageosUnmounter struct { struct
489 var _ volume.Unmounter = &storageosUnmounter{}
491 func (b *storageosUnmounter) GetPath() string { argument
497 func (b *storageosUnmounter) TearDown() error { argument
540 func (b *storageosUnmounter) TearDownAt(dir string) error { argument
H A Dstorageos_util.go202 func (u *storageosUtil) DetachVolume(b *storageosUnmounter, devicePath string) error {
273 func (u *storageosUtil) UnmountVolume(b *storageosUnmounter) error {
H A Dstorageos_test.go120 func (fake *fakePDManager) DetachVolume(b *storageosUnmounter, loopDevice string) error {
130 func (fake *fakePDManager) UnmountVolume(b *storageosUnmounter) error {