Home
last modified time | relevance | path

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

/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/storageos/
H A Dstorageos_util.go81 type storageosUtil struct { struct
86 func (u *storageosUtil) NewAPI(apiCfg *storageosAPIConfig) error { argument
117 func (u *storageosUtil) CreateVolume(p *storageosProvisioner) (*storageosVolume, error) { argument
163 func (u *storageosUtil) AttachVolume(b *storageosMounter) (string, error) { argument
202 func (u *storageosUtil) DetachVolume(b *storageosUnmounter, devicePath string) error { argument
216 func (u *storageosUtil) AttachDevice(b *storageosMounter, deviceMountPath string) error { argument
238 func (u *storageosUtil) MountVolume(b *storageosMounter, mntDevice, deviceMountPath string) error { argument
273 func (u *storageosUtil) UnmountVolume(b *storageosUnmounter) error { argument
293 func (u *storageosUtil) DeleteVolume(d *storageosDeleter) error { argument
317 func (u *storageosUtil) DeviceDir(b *storageosMounter) string { argument
H A Dstorageos_util_test.go56 util := storageosUtil{host: volumetest.NewFakeVolumeHost(t, tmpDir, nil, nil)}
122 util := &storageosUtil{}
212 util := &storageosUtil{}
H A Dstorageos.go113 …return plugin.newMounterInternal(spec, pod, apiCfg, &storageosUtil{host: plugin.host}, plugin.host…
145 …return plugin.newUnmounterInternal(pvName, podUID, &storageosUtil{host: plugin.host}, plugin.host.…
197 return plugin.newDeleterInternal(spec, apiCfg, &storageosUtil{host: plugin.host})
218 return plugin.newProvisionerInternal(options, &storageosUtil{host: plugin.host})