Roll back pkg client code for Velero server

Signed-off-by: danfengl <danfengl@vmware.com>
This commit is contained in:
danfengl
2023-02-22 14:11:02 +00:00
parent d7defa7fb5
commit 979fb9ccab
15 changed files with 735 additions and 20 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ operations can also be performed as 'velero backup get' and 'velero schedule cre
},
}
f := client.NewFactory(name, "", config)
f := client.NewFactory(name, config)
f.BindFlags(c.PersistentFlags())
// Bind features directly to the root command so it's available to all callers.