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
+2 -2
View File
@@ -24,8 +24,8 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
corev1client "k8s.io/client-go/kubernetes/typed/core/v1"
"github.com/vmware-tanzu/velero/pkg/util/boolptr"
"github.com/vmware-tanzu/velero/pkg/util/kube"
"github.com/velero-io/velero/pkg/util/boolptr"
"github.com/velero-io/velero/pkg/util/kube"
)
type CacheConfigs struct {
+6 -6
View File
@@ -33,12 +33,12 @@ import (
"k8s.io/client-go/kubernetes"
"sigs.k8s.io/controller-runtime/pkg/client"
"github.com/vmware-tanzu/velero/pkg/nodeagent"
velerotypes "github.com/vmware-tanzu/velero/pkg/types"
"github.com/vmware-tanzu/velero/pkg/util"
"github.com/vmware-tanzu/velero/pkg/util/boolptr"
"github.com/vmware-tanzu/velero/pkg/util/csi"
"github.com/vmware-tanzu/velero/pkg/util/kube"
"github.com/velero-io/velero/pkg/nodeagent"
velerotypes "github.com/velero-io/velero/pkg/types"
"github.com/velero-io/velero/pkg/util"
"github.com/velero-io/velero/pkg/util/boolptr"
"github.com/velero-io/velero/pkg/util/csi"
"github.com/velero-io/velero/pkg/util/kube"
)
// CSISnapshotExposeParam define the input param for Expose of CSI snapshots
+3 -3
View File
@@ -28,9 +28,9 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/client-go/kubernetes/fake"
velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1"
velerotest "github.com/vmware-tanzu/velero/pkg/test"
"github.com/vmware-tanzu/velero/pkg/util/kube"
velerov1api "github.com/velero-io/velero/pkg/apis/velero/v1"
velerotest "github.com/velero-io/velero/pkg/test"
"github.com/velero-io/velero/pkg/util/kube"
)
func TestCreateBackupPodWithPriorityClass(t *testing.T) {
+6 -6
View File
@@ -36,12 +36,12 @@ import (
"k8s.io/utils/pointer"
clientFake "sigs.k8s.io/controller-runtime/pkg/client/fake"
velerov1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1"
velerotest "github.com/vmware-tanzu/velero/pkg/test"
velerotypes "github.com/vmware-tanzu/velero/pkg/types"
"github.com/vmware-tanzu/velero/pkg/util"
"github.com/vmware-tanzu/velero/pkg/util/boolptr"
"github.com/vmware-tanzu/velero/pkg/util/kube"
velerov1 "github.com/velero-io/velero/pkg/apis/velero/v1"
velerotest "github.com/velero-io/velero/pkg/test"
velerotypes "github.com/velero-io/velero/pkg/types"
"github.com/velero-io/velero/pkg/util"
"github.com/velero-io/velero/pkg/util/boolptr"
"github.com/velero-io/velero/pkg/util/kube"
storagev1api "k8s.io/api/storage/v1"
)
+4 -4
View File
@@ -30,10 +30,10 @@ import (
"k8s.io/client-go/kubernetes"
"sigs.k8s.io/controller-runtime/pkg/client"
"github.com/vmware-tanzu/velero/pkg/nodeagent"
velerotypes "github.com/vmware-tanzu/velero/pkg/types"
"github.com/vmware-tanzu/velero/pkg/util/boolptr"
"github.com/vmware-tanzu/velero/pkg/util/kube"
"github.com/velero-io/velero/pkg/nodeagent"
velerotypes "github.com/velero-io/velero/pkg/types"
"github.com/velero-io/velero/pkg/util/boolptr"
"github.com/velero-io/velero/pkg/util/kube"
)
// GenericRestoreExposeParam define the input param for Generic Restore Expose
+3 -3
View File
@@ -27,9 +27,9 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/client-go/kubernetes/fake"
velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1"
velerotest "github.com/vmware-tanzu/velero/pkg/test"
"github.com/vmware-tanzu/velero/pkg/util/kube"
velerov1api "github.com/velero-io/velero/pkg/apis/velero/v1"
velerotest "github.com/velero-io/velero/pkg/test"
"github.com/velero-io/velero/pkg/util/kube"
)
// TestCreateRestorePodWithPriorityClass verifies that the priority class name is properly set in the restore pod
+3 -3
View File
@@ -32,9 +32,9 @@ import (
"k8s.io/client-go/kubernetes/fake"
clientTesting "k8s.io/client-go/testing"
velerov1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1"
velerotest "github.com/vmware-tanzu/velero/pkg/test"
"github.com/vmware-tanzu/velero/pkg/util/kube"
velerov1 "github.com/velero-io/velero/pkg/apis/velero/v1"
velerotest "github.com/velero-io/velero/pkg/test"
"github.com/velero-io/velero/pkg/util/kube"
)
func TestRestoreExpose(t *testing.T) {
+5 -5
View File
@@ -26,11 +26,11 @@ import (
corev1api "k8s.io/api/core/v1"
"k8s.io/client-go/kubernetes"
"github.com/vmware-tanzu/velero/pkg/datapath"
"github.com/vmware-tanzu/velero/pkg/nodeagent"
"github.com/vmware-tanzu/velero/pkg/uploader"
"github.com/vmware-tanzu/velero/pkg/util/filesystem"
"github.com/vmware-tanzu/velero/pkg/util/kube"
"github.com/velero-io/velero/pkg/datapath"
"github.com/velero-io/velero/pkg/nodeagent"
"github.com/velero-io/velero/pkg/uploader"
"github.com/velero-io/velero/pkg/util/filesystem"
"github.com/velero-io/velero/pkg/util/kube"
)
var getVolumeDirectory = kube.GetVolumeDirectory
+7 -7
View File
@@ -28,13 +28,13 @@ import (
corev1api "k8s.io/api/core/v1"
"k8s.io/client-go/kubernetes"
velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1"
"github.com/vmware-tanzu/velero/pkg/builder"
"github.com/vmware-tanzu/velero/pkg/nodeagent"
velerotest "github.com/vmware-tanzu/velero/pkg/test"
"github.com/vmware-tanzu/velero/pkg/uploader"
"github.com/vmware-tanzu/velero/pkg/util/filesystem"
"github.com/vmware-tanzu/velero/pkg/util/kube"
velerov1api "github.com/velero-io/velero/pkg/apis/velero/v1"
"github.com/velero-io/velero/pkg/builder"
"github.com/velero-io/velero/pkg/nodeagent"
velerotest "github.com/velero-io/velero/pkg/test"
"github.com/velero-io/velero/pkg/uploader"
"github.com/velero-io/velero/pkg/util/filesystem"
"github.com/velero-io/velero/pkg/util/kube"
)
func TestGetPodVolumeHostPath(t *testing.T) {
+1 -1
View File
@@ -24,7 +24,7 @@ import (
corev1api "k8s.io/api/core/v1"
"k8s.io/client-go/kubernetes"
"github.com/vmware-tanzu/velero/pkg/nodeagent"
"github.com/velero-io/velero/pkg/nodeagent"
)
type inheritedPodInfo struct {
+1 -1
View File
@@ -26,7 +26,7 @@ import (
"k8s.io/apimachinery/pkg/runtime"
"k8s.io/client-go/kubernetes"
"github.com/vmware-tanzu/velero/pkg/util/kube"
"github.com/velero-io/velero/pkg/util/kube"
appsv1api "k8s.io/api/apps/v1"
corev1api "k8s.io/api/core/v1"
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"time"
mock "github.com/stretchr/testify/mock"
"github.com/vmware-tanzu/velero/pkg/exposer"
"github.com/velero-io/velero/pkg/exposer"
"k8s.io/api/core/v1"
"sigs.k8s.io/controller-runtime/pkg/client"
)
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"time"
mock "github.com/stretchr/testify/mock"
"github.com/vmware-tanzu/velero/pkg/exposer"
"github.com/velero-io/velero/pkg/exposer"
"k8s.io/api/core/v1"
"sigs.k8s.io/controller-runtime/pkg/client"
)
+4 -4
View File
@@ -31,10 +31,10 @@ import (
"k8s.io/client-go/kubernetes"
"sigs.k8s.io/controller-runtime/pkg/client"
"github.com/vmware-tanzu/velero/pkg/nodeagent"
"github.com/vmware-tanzu/velero/pkg/util/boolptr"
"github.com/vmware-tanzu/velero/pkg/util/filesystem"
"github.com/vmware-tanzu/velero/pkg/util/kube"
"github.com/velero-io/velero/pkg/nodeagent"
"github.com/velero-io/velero/pkg/util/boolptr"
"github.com/velero-io/velero/pkg/util/filesystem"
"github.com/velero-io/velero/pkg/util/kube"
)
const (
+5 -5
View File
@@ -19,11 +19,11 @@ import (
clientTesting "k8s.io/client-go/testing"
clientFake "sigs.k8s.io/controller-runtime/pkg/client/fake"
velerov1 "github.com/vmware-tanzu/velero/pkg/apis/velero/v1"
"github.com/vmware-tanzu/velero/pkg/builder"
"github.com/vmware-tanzu/velero/pkg/datapath"
velerotest "github.com/vmware-tanzu/velero/pkg/test"
"github.com/vmware-tanzu/velero/pkg/util/filesystem"
velerov1 "github.com/velero-io/velero/pkg/apis/velero/v1"
"github.com/velero-io/velero/pkg/builder"
"github.com/velero-io/velero/pkg/datapath"
velerotest "github.com/velero-io/velero/pkg/test"
"github.com/velero-io/velero/pkg/util/filesystem"
)
func TestPodVolumeExpose(t *testing.T) {
+2 -2
View File
@@ -9,8 +9,8 @@ import (
"k8s.io/apimachinery/pkg/labels"
"k8s.io/client-go/tools/cache"
velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1"
velerov2alpha1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v2alpha1"
velerov1api "github.com/velero-io/velero/pkg/apis/velero/v1"
velerov2alpha1api "github.com/velero-io/velero/pkg/apis/velero/v2alpha1"
"sigs.k8s.io/controller-runtime/pkg/manager"
+4 -4
View File
@@ -9,11 +9,11 @@ import (
"sigs.k8s.io/controller-runtime/pkg/client"
"sigs.k8s.io/controller-runtime/pkg/client/fake"
"github.com/vmware-tanzu/velero/pkg/builder"
velerotest "github.com/vmware-tanzu/velero/pkg/test"
"github.com/velero-io/velero/pkg/builder"
velerotest "github.com/velero-io/velero/pkg/test"
velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1"
velerov2alpha1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v2alpha1"
velerov1api "github.com/velero-io/velero/pkg/apis/velero/v1"
velerov2alpha1api "github.com/velero-io/velero/pkg/apis/velero/v2alpha1"
)
func TestIsConstrained(t *testing.T) {