mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-08-15 11:46:06 +00:00
modify output for command of restore delete
Signed-off-by: allenxu404 <qix2@vmware.com>
This commit is contained in:
@@ -123,7 +123,7 @@ func Run(o *cli.DeleteOptions) error {
|
||||
errs = append(errs, errors.WithStack(err))
|
||||
continue
|
||||
}
|
||||
fmt.Printf("Restore %q deleted\n", r.Name)
|
||||
fmt.Printf("Request to delete restore %q submitted successfully.\nThe restore will be fully deleted after all associated data (restore files in object storage) are removed.\n", r.Name)
|
||||
}
|
||||
return kubeerrs.NewAggregate(errs)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user