Documentation ¶
Index ¶
- func ChangeShare(t *TestArgs)
- func CleanupTestNamespace(t *TestArgs)
- func CreateCSIDriverPlugin(t *TestArgs)
- func CreateShare(t *TestArgs)
- func CreateShareRelatedRBAC(t *TestArgs)
- func CreateTestNamespace(t *TestArgs) string
- func CreateTestPod(t *TestArgs)
- func DeleteShare(t *TestArgs)
- func DeleteShareRelatedRBAC(t *TestArgs)
- func ExecPod(t *TestArgs)
- func LaunchDriver(t *TestArgs)
- func LogAndDebugTestError(t *TestArgs)
- func RestartDaemonSet(t *TestArgs)
- func SetupClients(t *TestArgs)
- func WaitForDaemonSet(t *TestArgs) error
- type TestArgs
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ChangeShare ¶
func ChangeShare(t *TestArgs)
func CleanupTestNamespace ¶
func CleanupTestNamespace(t *TestArgs)
func CreateCSIDriverPlugin ¶
func CreateCSIDriverPlugin(t *TestArgs)
TODO presumably this can go away once we have an OLM based deploy that is also integrated with our CI so that repo images built from PRs are used when setting up this driver's daemonset
func CreateShare ¶
func CreateShare(t *TestArgs)
func CreateShareRelatedRBAC ¶
func CreateShareRelatedRBAC(t *TestArgs)
func CreateTestNamespace ¶
func CreateTestPod ¶
func CreateTestPod(t *TestArgs)
func DeleteShare ¶
func DeleteShare(t *TestArgs)
func DeleteShareRelatedRBAC ¶
func DeleteShareRelatedRBAC(t *TestArgs)
func LaunchDriver ¶
func LaunchDriver(t *TestArgs)
TODO presumably this can go away once we have an OLM based deploy that is also integrated with our CI so that repo images built from PRs are used when setting up this driver's daemonset
func LogAndDebugTestError ¶
func LogAndDebugTestError(t *TestArgs)
LogAndDebugTestError is not intended as a replacement for the use of t.Fatalf through this e2e suite, but when errors occur that could benefit from a dump of the CSI Driver pod logs, use this method instead of simply calling t.Fatalf
func RestartDaemonSet ¶
func RestartDaemonSet(t *TestArgs)
func SetupClients ¶
func SetupClients(t *TestArgs)
func WaitForDaemonSet ¶
Types ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.