cri-o/server
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
..
apparmor Rename ocid to crio. 2017-05-12 09:56:06 -04:00
seccomp seccomp: use Prctl() from x/sys/unix 2017-07-18 15:34:23 +02:00
config.go Update kpod commands to use getConfig() 2017-07-27 15:58:55 -04:00
container_attach.go Decouple kubernetes-dependent an non-dependent parts of server 2017-07-18 14:23:50 -04:00
container_create.go *: implement additional pull registries 2017-08-02 16:38:11 +02:00
container_exec.go Decouple kubernetes-dependent an non-dependent parts of server 2017-07-18 14:23:50 -04:00
container_execsync.go Allow containerserver to match containers by id prefix or name 2017-07-31 19:49:39 -04:00
container_list.go Move Sandbox state into libkpod 2017-07-25 11:46:15 -04:00
container_portforward.go Decouple kubernetes-dependent an non-dependent parts of server 2017-07-18 14:23:50 -04:00
container_remove.go Merge pull request #717 from 14rcole/oci-getcontainer 2017-08-02 16:55:36 +02:00
container_start.go Allow containerserver to match containers by id prefix or name 2017-07-31 19:49:39 -04:00
container_status.go Allow containerserver to match containers by id prefix or name 2017-07-31 19:49:39 -04:00
container_stop.go Merge pull request #717 from 14rcole/oci-getcontainer 2017-08-02 16:55:36 +02:00
container_updateruntimeconfig.go server: mock UpdateRuntimeConfig 2016-12-15 14:31:42 +01:00
image_list.go Decouple kubernetes-dependent an non-dependent parts of server 2017-07-18 14:23:50 -04:00
image_pull.go *: implement additional pull registries 2017-08-02 16:38:11 +02:00
image_remove.go *: implement additional pull registries 2017-08-02 16:38:11 +02:00
image_status.go Use errors.Cause() when looking at storage errors 2017-08-03 15:40:54 -04:00
naming.go Move Pod ID and Name indexes into libkpod 2017-07-25 11:46:22 -04:00
runtime_status.go Decouple kubernetes-dependent an non-dependent parts of server 2017-07-18 14:23:50 -04:00
sandbox_list.go Move Pod ID and Name indexes into libkpod 2017-07-25 11:46:22 -04:00
sandbox_remove.go Use errors.Cause() when looking at storage errors 2017-08-03 15:40:54 -04:00
sandbox_run.go Use errors.Cause() when looking at storage errors 2017-08-03 15:40:54 -04:00
sandbox_status.go move containerState to/from disk to libkpod 2017-07-24 10:35:20 -04:00
sandbox_stop.go Use errors.Cause() when looking at storage errors 2017-08-03 15:40:54 -04:00
server.go Use errors.Cause() when looking at storage errors 2017-08-03 15:40:54 -04:00
utils.go Applying k8s.io v3 API for ocic and ocid 2017-02-06 13:05:10 +01:00
version.go Decouple kubernetes-dependent an non-dependent parts of server 2017-07-18 14:23:50 -04:00