Skip to content

Commit

Permalink
馃弮鈥嶁檪 use new GetPodVolumesUsingRestic API from core Velero
Browse files Browse the repository at this point in the history
Signed-off-by: Ashish Amarnath <ashisham@vmware.com>
  • Loading branch information
ashish-amarnath committed Sep 11, 2020
1 parent 9f0d378 commit dc19297
Show file tree
Hide file tree
Showing 6 changed files with 143 additions and 130 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,15 @@ require (
github.com/hashicorp/go-hclog v0.12.0 // indirect
github.com/hashicorp/go-plugin v1.0.1-0.20190610192547-a1bc61569a26 // indirect
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
github.com/json-iterator/go v1.1.10 // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/kubernetes-csi/external-snapshotter/v2 v2.2.0-rc1
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
github.com/onsi/gomega v1.8.1 // indirect
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.6.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.4.0
github.com/vmware-tanzu/velero v1.4.0
github.com/vmware-tanzu/velero v1.5.0
k8s.io/api v0.18.4
k8s.io/apimachinery v0.18.4
k8s.io/client-go v0.18.4
Expand Down

0 comments on commit dc19297

Please sign in to comment.