import "k8s.io/kubernetes/pkg/volume/hostpath"
Package hostpath contains the internal representation of hostPath volumes.
func ProbeVolumePlugins(volumeConfig volume.VolumeConfig) []volume.VolumePlugin
ProbeVolumePlugins is the primary entrypoint for volume plugins. The volumeConfig arg provides the ability to configure volume behavior. It is implemented as a pointer to allow nils. The hostPathPlugin is used to store the volumeConfig and give it, when needed, to the func that Recycles. Tests that exercise recycling should not use this func but instead use ProbeRecyclablePlugins() to override default behavior.
Package hostpath imports 13 packages (graph) and is imported by 43 packages. Updated 2020-12-27. Refresh now. Tools for package owners.