blob: 6366b22a47365416a11f24a6d29650ff10980671 (
plain)
1
2
3
4
5
|
// Package storage provides helper functions for creating and managing CRI pod
// sandboxes and containers and metadata associated with them in the format
// that crio understands. The API it provides should be considered to be
// unstable.
package storage
|