RFE-9751: Add non-admin backup schedules - #385
shubham-pampattiwar wants to merge 1 commit into
Conversation
Add the NonAdminSchedule API and controller to manage tenant-scoped scheduled backups through backing Velero Schedules. 🤖 Generated with [Codex](https://Codex.com/Codex) Co-Authored-By: Codex <noreply@anthropic.com>
|
@shubham-pampattiwar: This pull request references RFE-9751 which is a valid jira issue. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: shubham-pampattiwar The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueThanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Why the changes were made
Implements RFE-9751 by adding tenant-scoped NonAdminSchedule resources. Each NAS creates a controlled backing Velero Schedule, surfaces each generated Backup as a synchronized NonAdminBackup, preserves the tenant BSL mapping per run, and removes synchronized NABs after their backing Backup expires. The committed design is in docs/design/nonadmin_schedule.md.
How to test the changes made