mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-04-28 11:27:00 +00:00
Handle the case where a BackupItemAction may return nil for updatedItem, meaning "no modifications to the item". The backupPVAction does this, and we were panicking instead of accepting it. Signed-off-by: Andy Goldstein <andy.goldstein@gmail.com>