mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-08 22:23:15 +00:00
remove VolumeBackupInfo from API pkg (#1388)
Signed-off-by: Steve Kriss <krisss@vmware.com>
This commit is contained in:
@@ -654,7 +654,7 @@ func TestRestoreResourceForNamespace(t *testing.T) {
|
||||
pvRestorer: &pvRestorer{
|
||||
logger: logging.DefaultLogger(logrus.DebugLevel),
|
||||
volumeSnapshotterGetter: &fakeVolumeSnapshotterGetter{
|
||||
volumeMap: map[api.VolumeBackupInfo]string{{SnapshotID: "snap-1"}: "volume-1"},
|
||||
volumeMap: map[velerotest.VolumeBackupInfo]string{{SnapshotID: "snap-1"}: "volume-1"},
|
||||
volumeID: "volume-1",
|
||||
},
|
||||
snapshotLocationLister: snapshotLocationLister,
|
||||
@@ -1786,7 +1786,7 @@ type fakeAction struct {
|
||||
|
||||
type fakeVolumeSnapshotterGetter struct {
|
||||
fakeVolumeSnapshotter *velerotest.FakeVolumeSnapshotter
|
||||
volumeMap map[api.VolumeBackupInfo]string
|
||||
volumeMap map[velerotest.VolumeBackupInfo]string
|
||||
volumeID string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user