doc updates

Signed-off-by: Ashish Amarnath <ashisham@vmware.com>
This commit is contained in:
Ashish Amarnath
2020-06-16 14:37:18 -07:00
parent 6a8dca6b84
commit 7abd2c6db9
6 changed files with 101 additions and 13 deletions

View File

@@ -114,6 +114,7 @@ func NewBackupController(
backupTracker: backupTracker,
backupLocationLister: backupLocationLister,
defaultBackupLocation: defaultBackupLocation,
defaultVolumesToRestic: defaultVolumesToRestic,
defaultBackupTTL: defaultBackupTTL,
snapshotLocationLister: volumeSnapshotLocationLister,
defaultSnapshotLocations: defaultSnapshotLocations,
@@ -122,7 +123,6 @@ func NewBackupController(
volumeSnapshotLister: volumeSnapshotLister,
volumeSnapshotContentLister: volumeSnapshotContentLister,
newBackupStore: persistence.NewObjectBackupStore,
defaultVolumesToRestic: defaultVolumesToRestic,
}
c.syncHandler = c.processBackup