Home
last modified time | relevance | path

Searched refs:newMounterInternal (Results 1 – 25 of 34) sorted by relevance

12

/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/flexvolume/
H A Dmounter_test.go73 m, _ := plugin.newMounterInternal(spec, pod, mounter, plugin.runner)
H A Dplugin.go165 …return plugin.newMounterInternal(spec, pod, plugin.host.GetMounter(plugin.GetPluginName()), plugin…
169 func (plugin *flexVolumePlugin) newMounterInternal(spec *volume.Spec, pod *api.Pod, mounter mount.I… func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/awsebs/
H A Daws_ebs_test.go130 …mounter, err := plug.(*awsElasticBlockStorePlugin).newMounterInternal(volume.NewSpecFromVolume(spe…
318 …mounter, err := plug.(*awsElasticBlockStorePlugin).newMounterInternal(volume.NewSpecFromVolume(spe…
367 …mounter, err := plug.(*awsElasticBlockStorePlugin).newMounterInternal(volume.NewSpecFromPersistent…
H A Daws_ebs.go151 …return plugin.newMounterInternal(spec, pod.UID, &AWSDiskUtil{}, plugin.host.GetMounter(plugin.GetP…
154 func (plugin *awsElasticBlockStorePlugin) newMounterInternal(spec *volume.Spec, podUID types.UID, m… func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/quobyte/
H A Dquobyte.go99 …if mounter, err := plugin.newMounterInternal(spec, nil, plugin.host.GetMounter(plugin.GetPluginNam…
163 return plugin.newMounterInternal(spec, pod, plugin.host.GetMounter(plugin.GetPluginName()))
166 func (plugin *quobytePlugin) newMounterInternal(spec *volume.Spec, pod *v1.Pod, mounter mount.Inter… func
H A Dquobyte_test.go93 mounter, err := plug.(*quobytePlugin).newMounterInternal(spec, pod, mount.NewFakeMounter(nil))
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/nfs/
H A Dnfs.go117 return plugin.newMounterInternal(spec, pod, plugin.host.GetMounter(plugin.GetPluginName()))
120 func (plugin *nfsPlugin) newMounterInternal(spec *volume.Spec, pod *v1.Pod, mounter mount.Interface… func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/storageos/
H A Dstorageos_test.go200 …mounter, err := plug.(*storageosPlugin).newMounterInternal(volume.NewSpecFromVolume(spec), pod, ap…
377 …mounter, err := plug.(*storageosPlugin).newMounterInternal(spec, pod, apiCfg, fakeManager, mount.N…
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/gcepd/
H A Dgce_pd_test.go133 …mounter, err := plug.(*gcePersistentDiskPlugin).newMounterInternal(volume.NewSpecFromVolume(spec),…
278 …mounter, err := plug.(*gcePersistentDiskPlugin).newMounterInternal(volume.NewSpecFromPersistentVol…
H A Dgce_pd.go166 …return plugin.newMounterInternal(spec, pod.UID, &GCEDiskUtil{}, plugin.host.GetMounter(plugin.GetP…
181 func (plugin *gcePersistentDiskPlugin) newMounterInternal(spec *volume.Spec, podUID types.UID, mana… func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/azure_file/
H A Dazure_file.go111 …return plugin.newMounterInternal(spec, pod, &azureSvc{}, plugin.host.GetMounter(plugin.GetPluginNa…
114 func (plugin *azureFilePlugin) newMounterInternal(spec *volume.Spec, pod *v1.Pod, util azureUtil, m… func
H A Dazure_file_test.go144 …mounter, err := plug.(*azureFilePlugin).newMounterInternal(volume.NewSpecFromVolume(spec), pod, &f…
266 …mounter, err := plug.(*azureFilePlugin).newMounterInternal(volume.NewSpecFromVolume(spec), pod, &f…
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/cephfs/
H A Dcephfs.go118 …return plugin.newMounterInternal(spec, pod.UID, plugin.host.GetMounter(plugin.GetPluginName()), se…
121 func (plugin *cephfsPlugin) newMounterInternal(spec *volume.Spec, podUID types.UID, mounter mount.I… func
H A Dcephfs_test.go79 …mounter, err := plug.(*cephfsPlugin).newMounterInternal(volume.NewSpecFromVolume(spec), types.UID(…
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/flocker/
H A Dflocker.go141 return p.newMounterInternal(spec, pod.UID, &flockerUtil{}, p.host.GetMounter(p.GetPluginName()))
144 func (p *flockerPlugin) newMounterInternal(spec *volume.Spec, podUID types.UID, manager volumeManag… func
H A Dflocker_test.go157 …mounter, err := plug.(*flockerPlugin).newMounterInternal(volume.NewSpecFromVolume(spec), types.UID…
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/portworx/
H A Dportworx.go111 …return plugin.newMounterInternal(spec, pod.UID, plugin.util, plugin.host.GetMounter(plugin.GetPlug…
114 func (plugin *portworxVolumePlugin) newMounterInternal(spec *volume.Spec, podUID types.UID, manager… func
H A Dportworx_test.go153 …mounter, err := plug.(*portworxVolumePlugin).newMounterInternal(volume.NewSpecFromVolume(spec), ty…
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/fc/
H A Dfc_test.go166 …mounter, err := plug.(*fcPlugin).newMounterInternal(spec, types.UID("poduid"), fakeManager, fakeMo…
229 …mounter, err := plug.(*fcPlugin).newMounterInternal(spec, types.UID("poduid"), fakeManager, fakeMo…
H A Dfc.go111 …return plugin.newMounterInternal(spec, pod.UID, &fcUtil{}, plugin.host.GetMounter(plugin.GetPlugin…
114 func (plugin *fcPlugin) newMounterInternal(spec *volume.Spec, podUID types.UID, manager diskManager… func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/vsphere_volume/
H A Dvsphere_volume.go108 …return plugin.newMounterInternal(spec, pod.UID, &VsphereDiskUtil{}, plugin.host.GetMounter(plugin.…
115 func (plugin *vsphereVolumePlugin) newMounterInternal(spec *volume.Spec, podUID types.UID, manager … func
H A Dvsphere_volume_test.go115 …mounter, err := plug.(*vsphereVolumePlugin).newMounterInternal(volume.NewSpecFromVolume(spec), typ…
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/emptydir/
H A Dempty_dir.go107 …return plugin.newMounterInternal(spec, pod, plugin.host.GetMounter(plugin.GetPluginName()), &realM…
144 func (plugin *emptyDirPlugin) newMounterInternal(spec *volume.Spec, pod *v1.Pod, mounter mount.Inte… func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/cinder/
H A Dcinder.go164 …return plugin.newMounterInternal(spec, pod.UID, &DiskUtil{}, plugin.host.GetMounter(plugin.GetPlug…
167 func (plugin *cinderPlugin) newMounterInternal(spec *volume.Spec, podUID types.UID, manager cdManag… func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/iscsi/
H A Discsi.go111 …return plugin.newMounterInternal(spec, pod.UID, &ISCSIUtil{}, plugin.host.GetMounter(plugin.GetPlu…
114 func (plugin *iscsiPlugin) newMounterInternal(spec *volume.Spec, podUID types.UID, manager diskMana… func

12