Home
last modified time | relevance | path

Searched defs:ConstructVolumeSpec (Results 1 – 25 of 32) sorted by relevance

12

/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/
H A Dnoop_expandable_plugin.go63 func (n *noopExpandableVolumePluginInstance) ConstructVolumeSpec(volumeName, mountPath string) (*Sp… func
H A Dplugins_test.go98 func (plugin *testPlugins) ConstructVolumeSpec(volumeName, mountPath string) (*Spec, error) { func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/downwardapi/
H A Ddownwardapi.go122 func (plugin *downwardAPIPlugin) ConstructVolumeSpec(volumeName, mountPath string) (*volume.Spec, e… func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/git_repo/
H A Dgit_repo.go122 func (plugin *gitRepoPlugin) ConstructVolumeSpec(volumeName, mountPath string) (*volume.Spec, error… func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/flexvolume/
H A Dplugin.go263 func (plugin *flexVolumePlugin) ConstructVolumeSpec(volumeName, mountPath string) (*volume.Spec, er… func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/configmap/
H A Dconfigmap.go121 func (plugin *configMapPlugin) ConstructVolumeSpec(volumeName, mountPath string) (*volume.Spec, err… func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/projected/
H A Dprojected.go134 func (plugin *projectedPlugin) ConstructVolumeSpec(volumeName, mountPath string) (*volume.Spec, err… func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/secret/
H A Dsecret.go124 func (plugin *secretPlugin) ConstructVolumeSpec(volName, mountPath string) (*volume.Spec, error) { func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/cephfs/
H A Dcephfs.go172 func (plugin *cephfsPlugin) ConstructVolumeSpec(volumeName, mountPath string) (*volume.Spec, error)… func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/nfs/
H A Dnfs.go175 func (plugin *nfsPlugin) ConstructVolumeSpec(volumeName, mountPath string) (*volume.Spec, error) { func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/azure_file/
H A Dazure_file.go200 func (plugin *azureFilePlugin) ConstructVolumeSpec(volName, mountPath string) (*volume.Spec, error)… func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/emptydir/
H A Dempty_dir.go187 func (plugin *emptyDirPlugin) ConstructVolumeSpec(volName, mountPath string) (*volume.Spec, error) { func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/csi/
H A Dcsi_plugin.go508 func (p *csiPlugin) ConstructVolumeSpec(volumeName, mountPath string) (*volume.Spec, error) { func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/controller/volume/attachdetach/testing/
H A Dtestvolumespec.go403 func (plugin *TestPlugin) ConstructVolumeSpec(volumeName, mountPath string) (*volume.Spec, error) { func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/azuredd/
H A Dazure_dd.go314 func (plugin *azureDataDiskPlugin) ConstructVolumeSpec(volumeName, mountPath string) (*volume.Spec,… func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/vsphere_volume/
H A Dvsphere_volume.go152 func (plugin *vsphereVolumePlugin) ConstructVolumeSpec(volumeName, mountPath string) (*volume.Spec,… func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/flocker/
H A Dflocker.go183 func (p *flockerPlugin) ConstructVolumeSpec(volumeName, mountPath string) (*volume.Spec, error) { func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/quobyte/
H A Dquobyte.go150 func (plugin *quobytePlugin) ConstructVolumeSpec(volumeName, mountPath string) (*volume.Spec, error… func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/awsebs/
H A Daws_ebs.go247 func (plugin *awsElasticBlockStorePlugin) ConstructVolumeSpec(volName, mountPath string) (*volume.S… func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/portworx/
H A Dportworx.go205 func (plugin *portworxVolumePlugin) ConstructVolumeSpec(volumeName, mountPath string) (*volume.Spec… func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/gcepd/
H A Dgce_pd.go297 func (plugin *gcePersistentDiskPlugin) ConstructVolumeSpec(volumeName, mountPath string) (*volume.S… func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/fc/
H A Dfc.go237 func (plugin *fcPlugin) ConstructVolumeSpec(volumeName, mountPath string) (*volume.Spec, error) { func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/local/
H A Dlocal.go195 func (plugin *localVolumePlugin) ConstructVolumeSpec(volumeName, mountPath string) (*volume.Spec, e… func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/testing/
H A Dtesting.go438 func (plugin *FakeVolumePlugin) ConstructVolumeSpec(volumeName, mountPath string) (*Spec, error) { func
513 func (f *FakeBasicVolumePlugin) ConstructVolumeSpec(ame, mountPath string) (*Spec, error) { func
626 func (plugin *FakeFileVolumePlugin) ConstructVolumeSpec(volumeName, mountPath string) (*Spec, error… func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/hostpath/
H A Dhost_path.go168 func (plugin *hostPathPlugin) ConstructVolumeSpec(volumeName, mountPath string) (*volume.Spec, erro… func

12