Bump Ginkgo to v2.

Signed-off-by: Xun Jiang <blackpigletbruce@gmail.com>
This commit is contained in:
Xun Jiang
2024-07-12 17:10:13 +08:00
parent 3bd8a7da7d
commit 7a3b947961
38 changed files with 57 additions and 62 deletions

View File

@@ -49,12 +49,12 @@ var UUIDgen uuid.UUID
var VeleroCfg VeleroConfig
type Report struct {
type E2EReport struct {
TestDescription string `yaml:"Test Description"`
OtherFields map[string]interface{} `yaml:",inline"`
}
var ReportData *Report
var ReportData *E2EReport
type VeleroConfig struct {
VeleroCfgInPerf