Addresss simple review feedback

Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
This commit is contained in:
Nolan Brubaker
2020-04-16 14:07:29 -04:00
parent 9372eaa31b
commit 6c3fc8c780
3 changed files with 9 additions and 12 deletions

View File

@@ -80,8 +80,6 @@ type backupController struct {
volumeSnapshotContentLister snapshotv1beta1listers.VolumeSnapshotContentLister
}
// TODO(nrb-csi): Add clients for the VS/VSContent here.
// How about creating them in the server iff EnableCSI, and if they're nil in the backup controller, don't worry about it?
func NewBackupController(
backupInformer velerov1informers.BackupInformer,
client velerov1client.BackupsGetter,