Documentation ¶
Index ¶
- Variables
- func ClearKibishiiData(ctx context.Context, namespace, podName, containerName, dir string) error
- func GetKibishiiPVCNameList(workerCount int) []string
- 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, backupName string, restoreName string, ...) 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 ¶
func GetKibishiiPVCNameList ¶
func KibishiiGenerateData ¶
func KibishiiGenerateData(oneHourTimeout context.Context, kibishiiNamespace string, kibishiiData *KibishiiData) error
Types ¶
Click to show internal directories.
Click to hide internal directories.