# Functions
CreateVolumeBuilder returns a Builder capable of mounting a volume described by an *api.Volume, or an error.
CreateVolumeCleaner returns a Cleaner capable of tearing down a volume.
GetCurrentVolumes examines directory structure to determine volumes that are presently active and mounted.
# Constants
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
No description provided by the author
EmptyDir volumes are temporary directories exposed to the pod.
No description provided by the author
GCEPersistentDisk volumes are disk resources provided by Google Compute Engine that are attached to the kubelet's host machine and exposed to the pod.
No description provided by the author
HostDir volumes represent a bare host directory mount.