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
@@ -26,8 +26,8 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/utils/ptr"
"github.com/vmware-tanzu/velero/internal/velero"
"github.com/vmware-tanzu/velero/pkg/nodeagent"
"github.com/velero-io/velero/internal/velero"
"github.com/velero-io/velero/pkg/nodeagent"
)
func DaemonSet(namespace string, opts ...podTemplateOption) *appsv1api.DaemonSet {
+3 -3
View File
@@ -26,9 +26,9 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/utils/ptr"
"github.com/vmware-tanzu/velero/internal/velero"
"github.com/vmware-tanzu/velero/pkg/builder"
"github.com/vmware-tanzu/velero/pkg/util/kube"
"github.com/velero-io/velero/internal/velero"
"github.com/velero-io/velero/pkg/builder"
"github.com/velero-io/velero/pkg/util/kube"
)
type podTemplateOption func(*podTemplateConfig)
+1 -1
View File
@@ -23,7 +23,7 @@ import (
"github.com/stretchr/testify/assert"
corev1api "k8s.io/api/core/v1"
"github.com/vmware-tanzu/velero/pkg/util/kube"
"github.com/velero-io/velero/pkg/util/kube"
)
func TestDeployment(t *testing.T) {
+1 -1
View File
@@ -13,7 +13,7 @@ import (
// test that this package do not import cloud provider
// Prevent https://github.com/vmware-tanzu/velero/issues/8207 and https://github.com/vmware-tanzu/velero/issues/8157
// Prevent https://github.com/velero-io/velero/issues/8207 and https://github.com/velero-io/velero/issues/8157
func TestPkgImportNoCloudProvider(t *testing.T) {
_, filename, _, ok := runtime.Caller(0)
if !ok {
+2 -2
View File
@@ -36,8 +36,8 @@ import (
"k8s.io/apimachinery/pkg/util/wait"
kbclient "sigs.k8s.io/controller-runtime/pkg/client"
"github.com/vmware-tanzu/velero/pkg/client"
"github.com/vmware-tanzu/velero/pkg/util/kube"
"github.com/velero-io/velero/pkg/client"
"github.com/velero-io/velero/pkg/util/kube"
)
// kindToResource translates a Kind (mixed case, singular) to a Resource (lowercase, plural) string.
+2 -2
View File
@@ -21,8 +21,8 @@ import (
"k8s.io/apimachinery/pkg/runtime/schema"
"sigs.k8s.io/controller-runtime/pkg/client/fake"
v1crds "github.com/vmware-tanzu/velero/config/crd/v1/crds"
"github.com/vmware-tanzu/velero/pkg/test"
v1crds "github.com/velero-io/velero/config/crd/v1/crds"
"github.com/velero-io/velero/pkg/test"
)
func TestInstall(t *testing.T) {
+4 -4
View File
@@ -27,10 +27,10 @@ import (
"k8s.io/apimachinery/pkg/runtime"
"k8s.io/apimachinery/pkg/runtime/schema"
v1crds "github.com/vmware-tanzu/velero/config/crd/v1/crds"
v2alpha1crds "github.com/vmware-tanzu/velero/config/crd/v2alpha1/crds"
velerov1api "github.com/vmware-tanzu/velero/pkg/apis/velero/v1"
"github.com/vmware-tanzu/velero/pkg/util/kube"
v1crds "github.com/velero-io/velero/config/crd/v1/crds"
v2alpha1crds "github.com/velero-io/velero/config/crd/v2alpha1/crds"
velerov1api "github.com/velero-io/velero/pkg/apis/velero/v1"
"github.com/velero-io/velero/pkg/util/kube"
)
const (