cri-o/pkg/storage
Nalin Dahyabhai 0b7348b35c Use errors.Cause() when looking at storage errors
The storage library uses github.com/pkg/errors to wrap errors that it
returns from many of its functions, so when passing them to
os.IsNotExist() or comparing them to specific errors defined in the
storage library, unwrap them using errors.Cause().

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2017-08-03 15:40:54 -04:00
..
doc.go Rename ocid to crio. 2017-05-12 09:56:06 -04:00
image.go *: implement additional pull registries 2017-08-02 16:38:11 +02:00
image_regexp.go *: implement additional pull registries 2017-08-02 16:38:11 +02:00
runtime.go Use errors.Cause() when looking at storage errors 2017-08-03 15:40:54 -04:00