Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Test ¶
type Test struct {
Name string
Suite string
Label string
Namespace string
UpstreamURI string
UseMinimalRBAC bool
NeedsSnapshots bool
NeedsMonitoring bool
NeedsRegistry bool
IsHelmManaged bool
Setup func(kubectlCLI *kubectl.CLI) TestimParams
}
func NewBackupAndRestore ¶
func NewBackupAndRestore() Test
func NewChangeLicense ¶
func NewChangeLicense() Test
func NewHelmManagedMode ¶
func NewHelmManagedMode() Test
func NewMinimalRBACTest ¶
func NewMinimalRBACTest() Test
func NewNoRequiredConfig ¶
func NewNoRequiredConfig() Test
func NewRegressionTest ¶
func NewRegressionTest() Test
func NewSmokeTest ¶
func NewSmokeTest() Test
func NewStrictPreflightChecks ¶
func NewStrictPreflightChecks() Test
func NewVersionHistoryPagination ¶
func NewVersionHistoryPagination() Test
type TestimParams ¶
type TestimParams map[string]interface{}
func SetupHelmManagedMode ¶
func SetupHelmManagedMode(kubectlCLI *kubectl.CLI) TestimParams
func SetupNoRequiredConfig ¶
func SetupNoRequiredConfig(kubectlCLI *kubectl.CLI) TestimParams
func SetupRegressionTest ¶
func SetupRegressionTest(kubectlCLI *kubectl.CLI) TestimParams
Click to show internal directories.
Click to hide internal directories.