Home
last modified time | relevance | path

Searched refs:GetVolumeDevicePluginDir (Results 1 – 21 of 21) sorted by relevance

/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/awsebs/
H A Daws_ebs_block.go41 pluginDir := plugin.host.GetVolumeDevicePluginDir(awsElasticBlockStorePluginName)
62 pluginDir := plugin.host.GetVolumeDevicePluginDir(awsElasticBlockStorePluginName)
159 …return filepath.Join(ebs.plugin.host.GetVolumeDevicePluginDir(awsElasticBlockStorePluginName), str…
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/azuredd/
H A Dazure_dd_block.go43 pluginDir := plugin.host.GetVolumeDevicePluginDir(azureDataDiskPluginName)
152 …return filepath.Join(disk.plugin.host.GetVolumeDevicePluginDir(azureDataDiskPluginName), string(vo…
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/gcepd/
H A Dgce_pd_block.go45 pluginDir := plugin.host.GetVolumeDevicePluginDir(gcePersistentDiskPluginName)
168 …return filepath.Join(pd.plugin.host.GetVolumeDevicePluginDir(gcePersistentDiskPluginName), string(…
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/cinder/
H A Dcinder_block.go44 pluginDir := plugin.host.GetVolumeDevicePluginDir(cinderVolumePluginName)
163 return filepath.Join(cd.plugin.host.GetVolumeDevicePluginDir(cinderVolumePluginName), pdName), nil
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/controller/volume/persistentvolume/
H A Dvolume_host.go46 func (ctrl *PersistentVolumeController) GetVolumeDevicePluginDir(pluginName string) string { func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/fc/
H A Dfc_util.go158 return filepath.Join(host.GetVolumeDevicePluginDir(fcPluginName), w+"-lun-"+lun)
160 return filepath.Join(host.GetVolumeDevicePluginDir(fcPluginName), strings.Join(wwids, "-"))
H A Dfc.go293 pluginDir := plugin.host.GetVolumeDevicePluginDir(fcPluginName)
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/csi/
H A Dcsi_block.go115 return filepath.Join(m.plugin.host.GetVolumeDevicePluginDir(CSIPluginName), "staging", m.specName)
127 return filepath.Join(m.plugin.host.GetVolumeDevicePluginDir(CSIPluginName), "publish", m.specName)
H A Dcsi_util.go116 return filepath.Join(host.GetVolumeDevicePluginDir(CSIPluginName), sanitizedSpecVolID)
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/vsphere_volume/
H A Dvsphere_volume_block.go157 …return filepath.Join(v.plugin.host.GetVolumeDevicePluginDir(vsphereVolumePluginName), string(volum…
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/
H A Dvolume_host.go123 func (kvh *kubeletVolumeHost) GetVolumeDevicePluginDir(pluginName string) string { func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/iscsi/
H A Discsi_util.go190 …return filepath.Join(host.GetVolumeDevicePluginDir(iscsiPluginName), "iface-"+iface, portal+"-"+iq…
909 blockDir := host.GetVolumeDevicePluginDir(iscsiPluginName)
H A Discsi.go281 pluginDir := plugin.host.GetVolumeDevicePluginDir(iscsiPluginName)
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/testing/
H A Dvolume_host.go112 func (f *fakeVolumeHost) GetVolumeDevicePluginDir(pluginName string) string { func
H A Dtesting.go821 …return filepath.Join(fv.Plugin.Host.GetVolumeDevicePluginDir(utilstrings.EscapeQualifiedName(fv.Pl…
841 …return filepath.Join(fv.Plugin.Host.GetVolumeDevicePluginDir(utilstrings.EscapeQualifiedName(fv.Pl…
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/controller/volume/expand/
H A Dexpand_controller.go369 func (expc *expandController) GetVolumeDevicePluginDir(pluginName string) string { func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/local/
H A Dlocal.go653 …return filepath.Join(l.plugin.host.GetVolumeDevicePluginDir(utilstrings.EscapeQualifiedName(localV…
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/
H A Dplugins.go379 GetVolumeDevicePluginDir(pluginName string) string methodSpec
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/controller/volume/attachdetach/
H A Dattach_detach_controller.go809 func (adc *attachDetachController) GetVolumeDevicePluginDir(podUID string) string { func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/rbd/
H A Drbd_util.go270 return filepath.Join(host.GetVolumeDevicePluginDir(rbdPluginName), pool+"-image-"+image)
H A Drbd.go427 pluginDir := plugin.host.GetVolumeDevicePluginDir(rbdPluginName)