Documentation ¶
Index ¶
- Constants
- func BoolPter(i bool) *bool
- func ConfigureEnvironment(ctx context.Context) error
- func ConfigureEnvironmentForPrTest(ctx context.Context) bool
- func ConfigureadEnvironment(ctx context.Context, k8s string) error
- func CreateLdc(ctx context.Context) error
- func CreateLdcForLdm(ctx context.Context) error
- func DeleteAllPVC(ctx context.Context) error
- func DeleteAllSC(ctx context.Context) error
- func ExecInPod(config *rest.Config, namespace, podName, command, containerName string) (string, string, error)
- func GetAllPodEventsInDefaultNamespace(ctx context.Context)
- func GetAllPodInHwameistorNamespace(ctx context.Context) *corev1.PodList
- func GetAllPodLogsInHwameistorNamespace(ctx context.Context)
- func GetPodEvents(ctx context.Context, podList *corev1.PodList)
- func GetPodsByDeploy(ctx context.Context, namespace, deployName string) (*corev1.PodList, error)
- func Int32Ptr(i int32) *int32
- func RunInLinux(cmd string) (string, error)
- func StartAdRollback(k8s string) error
- func UninstallHelm()
Constants ¶
View Source
const ( DeploymentName string = "e2e-2048" HaDeploymentName string = "e2e-2048-ha" NumberOfDeduplicationTests int = 5 NumberOfBulDeleteTests int = 30 )
Variables ¶
This section is empty.
Functions ¶
func ConfigureEnvironment ¶
func CreateLdcForLdm ¶
func DeleteAllPVC ¶
func DeleteAllSC ¶
func GetAllPodEventsInDefaultNamespace ¶
Output the events of all pods under the default namespace
func GetAllPodInHwameistorNamespace ¶
return All Pod In Hwameistor Namespace
func GetAllPodLogsInHwameistorNamespace ¶
return All Pod logs In Hwameistor Namespace
func GetPodEvents ¶
Output the events of the target podlist
func GetPodsByDeploy ¶
Get the corresponding pod by deploy
func RunInLinux ¶
func StartAdRollback ¶
func UninstallHelm ¶
func UninstallHelm()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.