Documentation ¶
Index ¶
- Variables
- func ClearKibishiiData(ctx context.Context, namespace, podName, containerName, dir string) error
- func KibishiiGenerateData(oneHourTimeout context.Context, kibishiiNamespace string, ...) error
- func KibishiiPrepareBeforeBackup(oneHourTimeout context.Context, client TestClient, ...) error
- func KibishiiVerifyAfterRestore(client TestClient, kibishiiNamespace string, oneHourTimeout context.Context, ...) error
- func RunKibishiiTests(veleroCfg VeleroConfig, ...) error
- type KibishiiData
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultKibishiiData = &KibishiiData{2, 10, 10, 1024, 1024, 0, DefaultKibishiiWorkerCounts}
View Source
var DefaultKibishiiWorkerCounts = 2
View Source
var KibishiiPVCNameList = []string{"kibishii-data-kibishii-deployment-0", "kibishii-data-kibishii-deployment-1"}
View Source
var KibishiiPodNameList = []string{"kibishii-deployment-0", "kibishii-deployment-1"}
View Source
var KibishiiStorageClassName = "kibishii-storage-class"
Functions ¶
func ClearKibishiiData ¶ added in v1.13.0
func KibishiiGenerateData ¶ added in v1.13.0
func KibishiiGenerateData(oneHourTimeout context.Context, kibishiiNamespace string, kibishiiData *KibishiiData) error
func RunKibishiiTests ¶
func RunKibishiiTests(veleroCfg VeleroConfig, backupName, restoreName, backupLocation, kibishiiNamespace string, useVolumeSnapshots, defaultVolumesToFsBackup bool) error
RunKibishiiTests runs kibishii tests on the provider.
Types ¶
Click to show internal directories.
Click to hide internal directories.