openshift / openshift-velero-plugin

General Velero plugin for backup and restore of openshift workloads.
Apache License 2.0
48 stars 38 forks source link

Bug 1816148 - Implement AreAdditionalItemsReady for istag plugin #71

Closed sseago closed 3 years ago

sseago commented 3 years ago

Implement AreAdditionalItemsReady for istag restore plugin to return true if required istag already exists and false otherwise.

For all other restore plugins, this new plugin api method always returns true.

This is not yet merge-ready, as it points to the PR branch for required velero fork fix https://github.com/konveyor/velero/pull/83 -- once that's merged, this PR must be updated to point to the velero konveyor-dev branch

sseago commented 3 years ago

I'm closing this PR in favor of two separate PRs, one of which will bring the plugin deps up-to-date with velero 1.5.2 (and updates our plugins to account for the changes), and the second will make the plugin changes in response to the restore plugin API changes for item waiting. The first will be able to merge to master as soon as the 1.4.3 release branch is cut, and the second will be targeted at a topic branch until the item wait functionality is ready for master.