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
+7 -7
View File
@@ -4,19 +4,19 @@ package mocks
import (
mock "github.com/stretchr/testify/mock"
itemblockactionv1 "github.com/velero-io/velero/pkg/plugin/velero/itemblockaction/v1"
itemblockactionv1 "github.com/vmware-tanzu/velero/pkg/plugin/velero/itemblockaction/v1"
restoreitemactionv1 "github.com/velero-io/velero/pkg/plugin/velero/restoreitemaction/v1"
restoreitemactionv1 "github.com/vmware-tanzu/velero/pkg/plugin/velero/restoreitemaction/v1"
restoreitemactionv2 "github.com/velero-io/velero/pkg/plugin/velero/restoreitemaction/v2"
restoreitemactionv2 "github.com/vmware-tanzu/velero/pkg/plugin/velero/restoreitemaction/v2"
v1 "github.com/velero-io/velero/pkg/plugin/velero/backupitemaction/v1"
v1 "github.com/vmware-tanzu/velero/pkg/plugin/velero/backupitemaction/v1"
v2 "github.com/velero-io/velero/pkg/plugin/velero/backupitemaction/v2"
v2 "github.com/vmware-tanzu/velero/pkg/plugin/velero/backupitemaction/v2"
velero "github.com/velero-io/velero/pkg/plugin/velero"
velero "github.com/vmware-tanzu/velero/pkg/plugin/velero"
volumesnapshotterv1 "github.com/velero-io/velero/pkg/plugin/velero/volumesnapshotter/v1"
volumesnapshotterv1 "github.com/vmware-tanzu/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/velero-io/velero/pkg/plugin/clientmgmt/process"
process "github.com/vmware-tanzu/velero/pkg/plugin/clientmgmt/process"
)
// ProcessFactory is an autogenerated mock type for the ProcessFactory type