4493b6f176
The ocid project was renamed to CRI-O, months ago, it is time that we moved all of the code to the new name. We want to elminate the name ocid from use. Move fully to crio. Also cric is being renamed to crioctl for the time being. Signed-off-by: Dan Walsh <dwalsh@redhat.com>
5 lines
258 B
Go
5 lines
258 B
Go
// 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
|