kubernetesk8s.io/kubernetes/pkg/volume/host_path Index | Files

package host_path

import "k8s.io/kubernetes/pkg/volume/host_path"

Package host_path contains the internal representation of hostPath volumes.

Index

Functions

func ProbeVolumePlugins

func ProbeVolumePlugins(volumeConfig volume.VolumeConfig) []volume.VolumePlugin

This 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.

Source Files

doc.go host_path.go

Version
v1.14.0-beta.1
Published
Feb 26, 2019
Platform
js/wasm
Imports
12 packages
Last checked
26 seconds ago

Tools for package owners.