Documentation ¶
Index ¶
Constants ¶
View Source
const StorageClassName = "e2e-storage-class"
View Source
const StorageClassName2 = "e2e-storage-class-2"
Variables ¶
View Source
var UUIDgen uuid.UUID
Functions ¶
This section is empty.
Types ¶
type BackupConfig ¶
type BackupConfig struct { BackupName string Namespace string BackupLocation string UseVolumeSnapshots bool ProvideSnapshotsVolumeParam bool Selector string TTL time.Duration IncludeResources string ExcludeResources string IncludeClusterResources bool OrderedResources string UseResticIfFSBackup bool DefaultVolumesToFsBackup bool SnapshotMoveData bool }
type Report ¶
type Report struct { TestDescription string `yaml:"Test Description"` OtherFields map[string]interface{} `yaml:",inline"` }
var ReportData *Report
type SnapshotCheckPoint ¶
type VeleroCLI2Version ¶
type VeleroCfgInPerf ¶
type VeleroConfig ¶
type VeleroConfig struct { VeleroCfgInPerf VeleroCLI string VeleroImage string VeleroVersion string CloudCredentialsFile string BSLConfig string BSLBucket string BSLPrefix string VSLConfig string CloudProvider string ObjectStoreProvider string VeleroNamespace string AdditionalBSLProvider string AdditionalBSLBucket string AdditionalBSLPrefix string AdditionalBSLConfig string AdditionalBSLCredentials string RegistryCredentialFile string RestoreHelperImage string UpgradeFromVeleroVersion string UpgradeFromVeleroCLI string MigrateFromVeleroVersion string MigrateFromVeleroCLI string Plugins string AddBSLPlugins string InstallVelero bool KibishiiDirectory string Features string Debug bool GCFrequency string DefaultCluster string StandbyCluster string ClientToInstallVelero *TestClient DefaultClient *TestClient StandbyClient *TestClient UploaderType string UseNodeAgent bool UseRestic bool ProvideSnapshotsVolumeParam bool DefaultVolumesToFsBackup bool UseVolumeSnapshots bool VeleroServerDebugMode bool SnapshotMoveData bool DataMoverPlugin string StandbyClusterCloudProvider string StandbyClusterPlugins string StandbyClusterOjbectStoreProvider string DebugVeleroPodRestart bool }
var VeleroCfg VeleroConfig
Click to show internal directories.
Click to hide internal directories.