package
1.4.0-beta.2
Repository: https://github.com/crisesw/containerd.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Package storage provides a metadata storage implementation for snapshot drivers.
No description provided by the author

# Functions

FilterInheritedLabels filters the provided labels by removing any key which isn't a snapshot label.
ParseKind parses the provided string into a Kind If the string cannot be parsed KindUnknown is returned.
WithLabels appends labels to a created snapshot.

# Constants

definitions of snapshot kinds.
definitions of snapshot kinds.
definitions of snapshot kinds.
definitions of snapshot kinds.

# Structs

Info provides information about a particular snapshot.
Usage defines statistics for disk resources consumed by the snapshot.

# Interfaces

Cleaner defines a type capable of performing asynchronous resource cleanup.
Snapshotter defines the methods required to implement a snapshot snapshotter for allocating, snapshotting and mounting filesystem changesets.

# Type aliases

Kind identifies the kind of snapshot.
Opt allows setting mutable snapshot properties on creation.
WalkFunc defines the callback for a snapshot walk.