package
17.12.1-ce-rc2+incompatible
Repository: https://github.com/larashed/cli.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

NewParser creates a parser for a given container OS, depending on the current host OS (linux on a windows host will resolve to an lcowParser).

# Constants

DefaultDriverName is the driver name used for the driver implemented in the local package.
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.
OSLinux is the same as runtime.GOOS on linux.
OSWindows is the same as runtime.GOOS on windows.

# 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.
Parser represents a platform specific parser for mount expressions.
Volume is a place to store data.