mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-08-15 11:46:06 +00:00
Support pre and post hooks.
Signed-off-by: Andy Goldstein <andy.goldstein@gmail.com>
This commit is contained in:
@@ -46,7 +46,8 @@ func NewCommand() *cobra.Command {
|
||||
}
|
||||
|
||||
backupItemActions := map[string]backup.ItemAction{
|
||||
"pv": backup.NewBackupPVAction(logger),
|
||||
"pv": backup.NewBackupPVAction(logger),
|
||||
"pod": backup.NewPodAction(logger),
|
||||
}
|
||||
|
||||
restoreItemActions := map[string]restore.ItemAction{
|
||||
|
||||
Reference in New Issue
Block a user