# Functions
GetPropagation extracts and returns the mount propagation mode.
HasPropagation checks if there is a valid propagation mode present in passed string.
IsVolumeNameValid checks a volume name in a platform specific manner.
ParseMountSpec validates the configuration of mount information is valid.
ParseVolumesFrom ensure that the supplied volumes-from is valid.
ParseVolumeSource parses the origin sources that's mounted into the container.
ReadWrite tells you if a mode string is a valid read-write mode or not.
ValidMountMode will make sure the mount mode is valid.
# Constants
DefaultDriverName is the driver name used for the driver implemented in the local package.
DefaultPropagationMode defines what propagation mode should be used by default if user has not specified one explicitly.
# Structs
MountPoint is the intersection point between a volume and a container.