chore: replace vmware-tanzu/velero org references

Agent-Logs-Url: https://github.com/velero-io/velero/sessions/e8c22e84-a488-4645-a0e1-aea5a2926503

Co-authored-by: kaovilai <11228024+kaovilai@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-05-22 07:38:02 +00:00
committed by GitHub
co-authored by kaovilai
parent d987388698
commit 0b7eaaf4e6
1309 changed files with 4405 additions and 4405 deletions
+7 -7
View File
@@ -4,19 +4,19 @@ package mocks
import (
mock "github.com/stretchr/testify/mock"
itemblockactionv1 "github.com/vmware-tanzu/velero/pkg/plugin/velero/itemblockaction/v1"
itemblockactionv1 "github.com/velero-io/velero/pkg/plugin/velero/itemblockaction/v1"
restoreitemactionv1 "github.com/vmware-tanzu/velero/pkg/plugin/velero/restoreitemaction/v1"
restoreitemactionv1 "github.com/velero-io/velero/pkg/plugin/velero/restoreitemaction/v1"
restoreitemactionv2 "github.com/vmware-tanzu/velero/pkg/plugin/velero/restoreitemaction/v2"
restoreitemactionv2 "github.com/velero-io/velero/pkg/plugin/velero/restoreitemaction/v2"
v1 "github.com/vmware-tanzu/velero/pkg/plugin/velero/backupitemaction/v1"
v1 "github.com/velero-io/velero/pkg/plugin/velero/backupitemaction/v1"
v2 "github.com/vmware-tanzu/velero/pkg/plugin/velero/backupitemaction/v2"
v2 "github.com/velero-io/velero/pkg/plugin/velero/backupitemaction/v2"
velero "github.com/vmware-tanzu/velero/pkg/plugin/velero"
velero "github.com/velero-io/velero/pkg/plugin/velero"
volumesnapshotterv1 "github.com/vmware-tanzu/velero/pkg/plugin/velero/volumesnapshotter/v1"
volumesnapshotterv1 "github.com/velero-io/velero/pkg/plugin/velero/volumesnapshotter/v1"
)
// Manager is an autogenerated mock type for the Manager type
+1 -1
View File
@@ -21,7 +21,7 @@ import (
logrus "github.com/sirupsen/logrus"
mock "github.com/stretchr/testify/mock"
process "github.com/vmware-tanzu/velero/pkg/plugin/clientmgmt/process"
process "github.com/velero-io/velero/pkg/plugin/clientmgmt/process"
)
// ProcessFactory is an autogenerated mock type for the ProcessFactory type