feat: Create backup queue controller and add to disableable list

Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
Signed-off-by: Scott Seago <sseago@redhat.com>
This commit is contained in:
Scott Seago
2025-08-12 15:41:52 -04:00
parent 2944c0dad4
commit 5d02af3ce3
3 changed files with 131 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ const (
var (
// DisableableControllers is a list of controllers that can be disabled
DisableableControllers = []string{
"backup-queue",
constant.ControllerBackup,
constant.ControllerBackupOperations,
constant.ControllerBackupDeletion,