Documentation ¶
Index ¶
Constants ¶
View Source
const AWS = "aws"
View Source
const AwsCSI = "aws-csi"
View Source
const Azure = "azure"
View Source
const AzureCSI = "azure-csi"
View Source
const CSI = "csi"
View Source
const CSIStorageClassName = "e2e-csi-storage-class"
View Source
const FeatureCSI = "EnableCSI"
View Source
const GCP = "gcp"
View Source
const Kind = "kind"
View Source
const StorageClassName = "e2e-storage-class"
View Source
const StorageClassName2 = "e2e-storage-class-2"
View Source
const UploaderTypeRestic = "restic"
View Source
const VanillaZFS = "vanilla-zfs"
View Source
const Vsphere = "vsphere"
Variables ¶
View Source
var CloudProviders = append(PublicCloudProviders, LocalCloudProviders...)
View Source
var InstallVelero bool
View Source
var LocalCloudProviders = []string{Kind, VanillaZFS}
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 E2EReport ¶ added in v1.15.0
type E2EReport struct { TestDescription string `yaml:"Test Description"` OtherFields map[string]interface{} `yaml:",inline"` }
var ReportData *E2EReport
type SnapshotCheckPoint ¶
type VeleroCLI2Version ¶
type VeleroCfgInPerf ¶
type VeleroConfig ¶
type VeleroConfig struct { VeleroCfgInPerf install.Options 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 KibishiiDirectory string GCFrequency string DefaultClusterContext string StandbyClusterContext string ClientToInstallVelero *TestClient DefaultClient *TestClient StandbyClient *TestClient ClusterToInstallVelero string DefaultClusterName string StandbyClusterName string ProvideSnapshotsVolumeParam bool VeleroServerDebugMode bool SnapshotMoveData bool DataMoverPlugin string StandbyClusterCloudProvider string StandbyClusterPlugins string StandbyClusterObjectStoreProvider string DebugVeleroPodRestart bool IsUpgradeTest bool WithoutDisableInformerCacheParam bool DisableInformerCache bool CreateClusterRoleBinding bool DefaultCLSServiceAccountName string StandbyCLSServiceAccountName string ServiceAccountNameToInstall string EKSPolicyARN string FailFast bool }
var VeleroCfg VeleroConfig
Click to show internal directories.
Click to hide internal directories.