Home
last modified time | relevance | path

Searched refs:GetDeviceMountPath (Results 1 – 22 of 22) sorted by relevance

/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/flexvolume/
H A Dattacher-defaults.go44 func (a *attacherDefaults) GetDeviceMountPath(spec *volume.Spec, mountsDir string) (string, error) { func
H A Dattacher.go68 func (a *flexVolumeAttacher) GetDeviceMountPath(spec *volume.Spec) (string, error) { func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/
H A Dvolume.go284 GetDeviceMountPath(spec *Spec) (string, error) methodSpec
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/fc/
H A Dattacher.go86 func (attacher *fcAttacher) GetDeviceMountPath( func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/rbd/
H A Dattacher.go134 func (attacher *rbdAttacher) GetDeviceMountPath(spec *volume.Spec) (string, error) { func
H A Drbd_test.go277 deviceMountPath, err := attacher.GetDeviceMountPath(c.spec)
581 mountPath, err := attacher.GetDeviceMountPath(spec)
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/iscsi/
H A Dattacher.go87 func (attacher *iscsiAttacher) GetDeviceMountPath( func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/csi/
H A Dcsi_test.go399 devMountPath, err := csiDevMounter.GetDeviceMountPath(volSpec)
564 devMountPath, err := csiDevMounter.GetDeviceMountPath(volSpec)
H A Dcsi_attacher.go259 func (c *csiAttacher) GetDeviceMountPath(spec *volume.Spec) (string, error) { func
H A Dcsi_attacher_test.go1055 mountPath, err := csiAttacher.GetDeviceMountPath(spec)
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/azuredd/
H A Dattacher.go190 func (a *azureDiskAttacher) GetDeviceMountPath(spec *volume.Spec) (string, error) { func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/awsebs/
H A Dattacher.go198 func (attacher *awsElasticBlockStoreAttacher) GetDeviceMountPath( func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/local/
H A Dlocal_test.go224 actualPath, err := dm.GetDeviceMountPath(pvSpec)
270 actualPath, err := dm.GetDeviceMountPath(pvSpec)
H A Dlocal.go403 func (dm *deviceMounter) GetDeviceMountPath(spec *volume.Spec) (string, error) { func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/vsphere_volume/
H A Dattacher.go194 func (attacher *vsphereVMDKAttacher) GetDeviceMountPath(spec *volume.Spec) (string, error) { func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/gcepd/
H A Dattacher.go281 func (attacher *gcePersistentDiskAttacher) GetDeviceMountPath( func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/cinder/
H A Dattacher.go260 func (attacher *cinderDiskAttacher) GetDeviceMountPath( func
H A Dattacher_test.go87 path, err := attacher.GetDeviceMountPath(spec)
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/controller/volume/attachdetach/testing/
H A Dtestvolumespec.go536 func (attacher *testPluginAttacher) GetDeviceMountPath(spec *volume.Spec) (string, error) { func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/util/operationexecutor/
H A Doperation_generator.go608 volumeDeviceMounter.GetDeviceMountPath(volumeToMount.VolumeSpec)
922 volumeDeviceMounter.GetDeviceMountPath(deviceToDetach.VolumeSpec)
1718 deviceStagePath, err := volumeDeviceMounter.GetDeviceMountPath(volumeToMount.VolumeSpec)
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/volumemanager/reconciler/
H A Dreconciler.go622 return volume.deviceMounter.GetDeviceMountPath(volume.volumeSpec)
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/testing/
H A Dtesting.go1010 func (fv *FakeVolume) GetDeviceMountPath(spec *Spec) (string, error) { func