mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-07 13:55:20 +00:00
Add perf test namespace mapping when restore
Signed-off-by: Ming <mqiu@vmware.com>
This commit is contained in:
@@ -21,6 +21,7 @@ import (
|
||||
|
||||
"github.com/google/uuid"
|
||||
|
||||
"github.com/vmware-tanzu/velero/pkg/cmd/cli/install"
|
||||
. "github.com/vmware-tanzu/velero/test/util/k8s"
|
||||
)
|
||||
|
||||
@@ -40,6 +41,7 @@ var ReportData *Report
|
||||
|
||||
type VeleroConfig struct {
|
||||
VeleroCfgInPerf
|
||||
*install.Options
|
||||
VeleroCLI string
|
||||
VeleroImage string
|
||||
VeleroVersion string
|
||||
@@ -66,7 +68,6 @@ type VeleroConfig struct {
|
||||
AddBSLPlugins string
|
||||
InstallVelero bool
|
||||
KibishiiDirectory string
|
||||
Features string
|
||||
Debug bool
|
||||
GCFrequency string
|
||||
DefaultCluster string
|
||||
@@ -74,12 +75,7 @@ type VeleroConfig struct {
|
||||
ClientToInstallVelero *TestClient
|
||||
DefaultClient *TestClient
|
||||
StandbyClient *TestClient
|
||||
UploaderType string
|
||||
UseNodeAgent bool
|
||||
UseRestic bool
|
||||
ProvideSnapshotsVolumeParam bool
|
||||
DefaultVolumesToFsBackup bool
|
||||
UseVolumeSnapshots bool
|
||||
VeleroServerDebugMode bool
|
||||
SnapshotMoveData bool
|
||||
DataMoverPlugin string
|
||||
@@ -90,9 +86,10 @@ type VeleroConfig struct {
|
||||
}
|
||||
|
||||
type VeleroCfgInPerf struct {
|
||||
NFSServerPath string
|
||||
TestCaseDescribe string
|
||||
BackupForRestore string
|
||||
NFSServerPath string
|
||||
TestCaseDescribe string
|
||||
BackupForRestore string
|
||||
DeleteClusterResource bool
|
||||
}
|
||||
|
||||
type SnapshotCheckPoint struct {
|
||||
|
||||
Reference in New Issue
Block a user