mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-05 13:05:17 +00:00
Bump Ginkgo to v2.
Signed-off-by: Xun Jiang <blackpigletbruce@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user