package
1.10.16
Repository: https://github.com/hyperhq/hypercli.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Package local provides the default implementation for volumes.
No description provided by the author
No description provided by the author

# 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.

# Interfaces

Driver is for creating and removing volumes.
Volume is a place to store data.