We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee1aedb + 86623d6 commit 6fe8013Copy full SHA for 6fe8013
5 files changed
.gitignore
@@ -39,4 +39,4 @@ go.work
39
.Spotlight-V100
40
.Trashes
41
ehthumbs.db
42
-Thumbs.db
+Thumbs.db
cmd/non-admin/nonadmin.go
@@ -37,7 +37,6 @@ func NewNonAdminCommand(f client.Factory) *cobra.Command {
37
38
// Add restore subcommand
c.AddCommand(restore.NewRestoreCommand(f))
-
// Add backup storage location subcommand
//c.AddCommand(bsl.NewBSLCommand(f))
43
design.md
go.mod
@@ -9,6 +9,7 @@ require (
9
github.com/spf13/cobra v1.9.1
10
github.com/spf13/pflag v1.0.6
11
github.com/vmware-tanzu/velero v1.16.1
12
+ gopkg.in/yaml.v2 v2.4.0
13
k8s.io/api v0.33.1
14
k8s.io/apimachinery v0.33.1
15
k8s.io/client-go v0.33.1
quick-create.sh
0 commit comments