remove restic from code

Signed-off-by: Lyndon-Li <lyonghui@vmware.com>
This commit is contained in:
Lyndon-Li
2022-10-13 13:45:32 +08:00
parent b5b4db29cd
commit 5f7f69366c
32 changed files with 333 additions and 321 deletions
+2 -2
View File
@@ -25,7 +25,7 @@ const (
GarbageCollection = "gc"
PodVolumeBackup = "pod-volume-backup"
PodVolumeRestore = "pod-volume-restore"
ResticRepo = "restic-repo"
BackupRepo = "backup-repo"
Restore = "restore"
Schedule = "schedule"
ServerStatusRequest = "server-status-request"
@@ -38,7 +38,7 @@ var DisableableControllers = []string{
BackupSync,
DownloadRequest,
GarbageCollection,
ResticRepo,
BackupRepo,
Restore,
Schedule,
ServerStatusRequest,