chore: narrow PR scope to site docs updates

Agent-Logs-Url: https://github.com/velero-io/velero/sessions/3fa04f71-b7a9-47d5-b881-fb3cd9226d98

Co-authored-by: blackpiglet <59276555+blackpiglet@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-05-25 05:35:00 +00:00
committed by GitHub
co-authored by blackpiglet
parent fb603765e2
commit a34a676fa3
713 changed files with 2900 additions and 2900 deletions
+2 -2
View File
@@ -26,8 +26,8 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/utils/ptr"
"github.com/velero-io/velero/internal/velero"
"github.com/velero-io/velero/pkg/nodeagent"
"github.com/vmware-tanzu/velero/internal/velero"
"github.com/vmware-tanzu/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/velero-io/velero/internal/velero"
"github.com/velero-io/velero/pkg/builder"
"github.com/velero-io/velero/pkg/util/kube"
"github.com/vmware-tanzu/velero/internal/velero"
"github.com/vmware-tanzu/velero/pkg/builder"
"github.com/vmware-tanzu/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/velero-io/velero/pkg/util/kube"
"github.com/vmware-tanzu/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/velero-io/velero/issues/8207 and https://github.com/velero-io/velero/issues/8157
// Prevent https://github.com/vmware-tanzu/velero/issues/8207 and https://github.com/vmware-tanzu/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/velero-io/velero/pkg/client"
"github.com/velero-io/velero/pkg/util/kube"
"github.com/vmware-tanzu/velero/pkg/client"
"github.com/vmware-tanzu/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/velero-io/velero/config/crd/v1/crds"
"github.com/velero-io/velero/pkg/test"
v1crds "github.com/vmware-tanzu/velero/config/crd/v1/crds"
"github.com/vmware-tanzu/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/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"
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"
)
const (