Merge pull request #975 from skriss/rm-pvproviderexists

remove pvProviderExists param from NewRestoreController
This commit is contained in:
Nolan Brubaker
2018-10-23 12:58:17 -04:00
committed by GitHub
3 changed files with 0 additions and 34 deletions
-1
View File
@@ -651,7 +651,6 @@ func (s *server) runControllers(defaultVolumeSnapshotLocations map[string]*api.V
s.sharedInformerFactory.Ark().V1().Backups(),
s.sharedInformerFactory.Ark().V1().BackupStorageLocations(),
s.sharedInformerFactory.Ark().V1().VolumeSnapshotLocations(),
false,
s.logger,
s.logLevel,
newPluginManager,