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
+5 -5
View File
@@ -21,15 +21,15 @@ import (
io "io"
mock "github.com/stretchr/testify/mock"
itemoperation "github.com/vmware-tanzu/velero/pkg/itemoperation"
itemoperation "github.com/velero-io/velero/pkg/itemoperation"
persistence "github.com/vmware-tanzu/velero/pkg/persistence"
persistence "github.com/velero-io/velero/pkg/persistence"
results "github.com/vmware-tanzu/velero/pkg/util/results"
results "github.com/velero-io/velero/pkg/util/results"
v1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1"
v1 "github.com/velero-io/velero/pkg/apis/velero/v1"
volume "github.com/vmware-tanzu/velero/internal/volume"
volume "github.com/velero-io/velero/internal/volume"
volumesnapshotv1 "github.com/kubernetes-csi/external-snapshotter/client/v8/apis/volumesnapshot/v1"
)
+7 -7
View File
@@ -30,13 +30,13 @@ import (
"k8s.io/apimachinery/pkg/runtime/serializer"
kerrors "k8s.io/apimachinery/pkg/util/errors"
"github.com/vmware-tanzu/velero/internal/credentials"
"github.com/vmware-tanzu/velero/internal/volume"
velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1"
"github.com/vmware-tanzu/velero/pkg/itemoperation"
"github.com/vmware-tanzu/velero/pkg/plugin/velero"
"github.com/vmware-tanzu/velero/pkg/util"
"github.com/vmware-tanzu/velero/pkg/util/results"
"github.com/velero-io/velero/internal/credentials"
"github.com/velero-io/velero/internal/volume"
velerov1api "github.com/velero-io/velero/pkg/apis/velero/v1"
"github.com/velero-io/velero/pkg/itemoperation"
"github.com/velero-io/velero/pkg/plugin/velero"
"github.com/velero-io/velero/pkg/util"
"github.com/velero-io/velero/pkg/util/results"
)
type BackupInfo struct {
+11 -11
View File
@@ -33,17 +33,17 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/runtime"
"github.com/vmware-tanzu/velero/internal/credentials"
"github.com/vmware-tanzu/velero/internal/volume"
velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1"
"github.com/vmware-tanzu/velero/pkg/builder"
"github.com/vmware-tanzu/velero/pkg/itemoperation"
"github.com/vmware-tanzu/velero/pkg/kuberesource"
"github.com/vmware-tanzu/velero/pkg/plugin/velero"
providermocks "github.com/vmware-tanzu/velero/pkg/plugin/velero/mocks"
velerotest "github.com/vmware-tanzu/velero/pkg/test"
"github.com/vmware-tanzu/velero/pkg/util/encode"
"github.com/vmware-tanzu/velero/pkg/util/results"
"github.com/velero-io/velero/internal/credentials"
"github.com/velero-io/velero/internal/volume"
velerov1api "github.com/velero-io/velero/pkg/apis/velero/v1"
"github.com/velero-io/velero/pkg/builder"
"github.com/velero-io/velero/pkg/itemoperation"
"github.com/velero-io/velero/pkg/kuberesource"
"github.com/velero-io/velero/pkg/plugin/velero"
providermocks "github.com/velero-io/velero/pkg/plugin/velero/mocks"
velerotest "github.com/velero-io/velero/pkg/test"
"github.com/velero-io/velero/pkg/util/encode"
"github.com/velero-io/velero/pkg/util/results"
)
type objectBackupStoreTestHarness struct {