# Functions
ConvertTmpfsOptions converts *mounttypes.TmpfsOptions to the raw option string for mount(2).
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.
ParseMountRaw parses a raw volume spec (e.g.
ParseMountSpec reads a mount config, validates it, and configures a mountpoint from it.
ParseVolumesFrom ensures that the supplied volumes-from is valid.
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
DefaultCopyMode is the copy mode used by default for normal/named volumes.
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.
Scopes define if a volume has is cluster-wide (global) or local only.
Scopes define if a volume has is cluster-wide (global) or local only.
# Structs
Capability defines a set of capabilities that a driver is able to handle.
MountPoint is the intersection point between a volume and a container.
# Interfaces
DetailedVolume wraps a Volume with user-defined labels, options, and cluster scope (e.g., `local` or `global`).
Driver is for creating and removing volumes.
Volume is a place to store data.