package
0.0.0-20250130204033-e82d90384e5b
Repository: https://github.com/laurentgoderre/moby.git
Documentation: pkg.go.dev
# 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.
# Structs
Capability defines a set of capabilities that a driver is able to handle.
# 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.
LiveRestorer is an optional interface that can be implemented by a volume driver It is used to restore any resources that are necessary for a volume to be used by a live-restored container.
Volume is a place to store data.