mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-05 04:55:22 +00:00
Addresss simple review feedback
Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user