Skip to content

Commit 6fe8013

Browse files
Merge origin/main into narsupport - resolved conflicts
2 parents ee1aedb + 86623d6 commit 6fe8013

5 files changed

Lines changed: 2 additions & 65 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ go.work
3939
.Spotlight-V100
4040
.Trashes
4141
ehthumbs.db
42-
Thumbs.db
42+
Thumbs.db

cmd/non-admin/nonadmin.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ func NewNonAdminCommand(f client.Factory) *cobra.Command {
3737

3838
// Add restore subcommand
3939
c.AddCommand(restore.NewRestoreCommand(f))
40-
4140
// Add backup storage location subcommand
4241
//c.AddCommand(bsl.NewBSLCommand(f))
4342

design.md

Lines changed: 0 additions & 53 deletions
This file was deleted.

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ require (
99
github.com/spf13/cobra v1.9.1
1010
github.com/spf13/pflag v1.0.6
1111
github.com/vmware-tanzu/velero v1.16.1
12+
gopkg.in/yaml.v2 v2.4.0
1213
k8s.io/api v0.33.1
1314
k8s.io/apimachinery v0.33.1
1415
k8s.io/client-go v0.33.1

quick-create.sh

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)