package host_path
import "k8s.io/kubernetes/pkg/volume/host_path"
Package host_path contains the internal representation of hostPath volumes.
Index ¶
- func ProbeRecyclableVolumePlugins(recyclerFunc func(spec *volume.Spec, host volume.VolumeHost) (volume.Recycler, error)) []volume.VolumePlugin
- func ProbeVolumePlugins() []volume.VolumePlugin
Functions ¶
func ProbeRecyclableVolumePlugins ¶
func ProbeRecyclableVolumePlugins(recyclerFunc func(spec *volume.Spec, host volume.VolumeHost) (volume.Recycler, error)) []volume.VolumePlugin
func ProbeVolumePlugins ¶
func ProbeVolumePlugins() []volume.VolumePlugin
This is the primary entrypoint for volume plugins. Tests covering recycling should not use this func but instead use their own array of plugins w/ a custom recyclerFunc as appropriate
Source Files ¶
doc.go host_path.go
- Version
- v0.19.3
- Published
- Jun 22, 2015
- Platform
- js/wasm
- Imports
- 7 packages
- Last checked
- 1 minute ago –
Tools for package owners.