Skip to content

Commit

Permalink
set pv/pvc client in constructor
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Kriss <krisss@vmware.com>
  • Loading branch information
skriss committed Mar 19, 2019
1 parent de4c571 commit 868e97a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/restic/backupper.go
Expand Up @@ -62,6 +62,8 @@ func newBackupper(
ctx: ctx,
repoManager: repoManager,
repoEnsurer: repoEnsurer,
pvcClient: pvcClient,
pvClient: pvClient,

results: make(map[string]chan *velerov1api.PodVolumeBackup),
}
Expand Down

0 comments on commit 868e97a

Please sign in to comment.