Merge pull request #409 from skriss/fix-398

get backup name from restore spec when handling restore DownloadRequests
This commit is contained in:
Andy Goldstein
2018-04-10 13:29:07 -04:00
committed by GitHub
6 changed files with 76 additions and 62 deletions
+1
View File
@@ -577,6 +577,7 @@ func (s *server) runControllers(config *api.Config) error {
downloadRequestController := controller.NewDownloadRequestController(
s.arkClient.ArkV1(),
s.sharedInformerFactory.Ark().V1().DownloadRequests(),
s.sharedInformerFactory.Ark().V1().Restores(),
s.backupService,
config.BackupStorageProvider.Bucket,
s.logger,