[][src]Module kubelet::volume

A module for use in managing volumes in providers. Use of this module is not mandatory to create a Provider, but it does provide common implementation logic for supported volume providers.

Structs

Ref

A smart wrapper around the location of a volume on the host system. If this is a ConfigMap or Secret volume, dropping this reference will clean up the temporary volume. AsRef and std::ops::Deref are implemented for this type so you can still use it like a normal PathBuf