diff options
Diffstat (limited to 'pkg/storage/doc.go')
-rw-r--r-- | pkg/storage/doc.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pkg/storage/doc.go b/pkg/storage/doc.go new file mode 100644 index 000000000..6366b22a4 --- /dev/null +++ b/pkg/storage/doc.go @@ -0,0 +1,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 |