Add migration E2E test

Signed-off-by: danfengl <danfengl@vmware.com>
This commit is contained in:
danfengl
2022-08-09 08:31:39 +00:00
parent abe601042c
commit fb445b3c0d
28 changed files with 509 additions and 187 deletions
+1 -1
View File
@@ -89,7 +89,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.