# Functions
EscapePluginName converts a plugin name, which might contain a / into a string that is safe to use on-disk.
No description provided by the author
UnescapePluginName converts an escaped plugin name (as per EscapePluginName) back to its normal form.
# Structs
FakeHost is useful for testing volume plugins.
FakePlugin is useful for for testing.
No description provided by the author
PluginMgr tracks registered plugins.
# Interfaces
Builder interface provides method to set up/mount the volume.
Cleaner interface provides method to cleanup/unmount the volumes.
Host is an interface that plugins can use to access the kubelet.
Interface is a directory used by pods or hosts.
Plugin is an interface to volume plugins.