Adding k8s version labels on backup CRD #2342 (#2346)

Signed-off-by: Rafael Brito <rbrito@vmware.com>
This commit is contained in:
Rafael Brito
2020-03-19 11:18:05 -05:00
committed by GitHub
parent 016df403f6
commit f6cd53c6cb
7 changed files with 136 additions and 14 deletions

View File

@@ -587,6 +587,7 @@ func (s *server) runControllers(defaultVolumeSnapshotLocations map[string]string
backupController := controller.NewBackupController(
s.sharedInformerFactory.Velero().V1().Backups(),
s.veleroClient.VeleroV1(),
s.discoveryHelper,
backupper,
s.logger,
s.logLevel,