ceph-csi/internal/rbd
Niels de Vos 92aae4834e cleanup: use standard Golang errors package
"github.com/pkg/errors" does not offer more functionlity than that we
need from the standard "errors" package. With Golang v1.13 errors can be
wrapped with `fmt.Errorf("... %w", err)`. `errors.Is()` and
`errors.As()` are available as well.

See-also: https://tip.golang.org/doc/go1.13#error_wrapping
Signed-off-by: Niels de Vos <ndevos@redhat.com>
2020-07-03 09:12:48 +00:00
..
controllerserver.go rbd: allow DeleteVolume() to be too complex according to gocyclo 2020-07-02 14:24:02 +00:00
driver.go rbd: add skipForceFlatten flag 2020-07-01 08:21:47 +00:00
errors.go rbd: add Unwrap() to error types 2020-07-03 09:12:48 +00:00
identityserver.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
nodeserver_test.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
nodeserver.go rbd: add skipForceFlatten flag 2020-07-01 08:21:47 +00:00
rbd_attach.go rbd: Add support for rbd ROX PVC mounting 2020-06-22 06:15:40 +00:00
rbd_journal.go cleanup: use standard Golang errors package 2020-07-03 09:12:48 +00:00
rbd_util_test.go rbd: use librbd.FeatureSet for features 2020-06-19 11:37:29 +00:00
rbd_util.go cleanup: use standard Golang errors package 2020-07-03 09:12:48 +00:00
snapshot.go rbd: Implement snapshot and clone from snapshot 2020-07-01 08:21:47 +00:00