package store
import "github.com/containerd/cri/pkg/store"
Index ¶
Variables ¶
var ( // ErrAlreadyExist is the error returned when data added in the store // already exists. ErrAlreadyExist = errors.New("already exists") // ErrNotExist is the error returned when data is not in the store. ErrNotExist = errors.New("does not exist") )
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
pkg/store/container | |
pkg/store/image | |
pkg/store/sandbox | |
pkg/store/snapshot |
- Version
- v1.0.0-beta.1
- Published
- Jan 10, 2018
- Platform
- js/wasm
- Imports
- 1 packages
- Last checked
- 4 hours ago –
Tools for package owners.