Documentation
¶
Index ¶
- func CRDTest(details VersionDetails, opts TestOptions) func(t *testing.T)
- func CheckMTLSStatus(details VersionDetails, opts TestOptions, shouldWarningExist bool) func(t *testing.T)
- func ClusterRoleBindingsTest(details VersionDetails, opts TestOptions) func(t *testing.T)
- func ClusterRolesTest(details VersionDetails, opts TestOptions) func(t *testing.T)
- func ComponentsTestOnInstallUpgrade(opts TestOptions) func(t *testing.T)
- func DeleteCRD(crds []string) func(*testing.T)
- func EnsureUninstall(all bool) (string, error)
- func GenerateNewCertAndRenew(details VersionDetails, opts TestOptions) func(t *testing.T)
- func GetVersionsFromEnv(t *testing.T) (daprRuntimeVersion string, daprDashboardVersion string)
- func MTLSTestOnInstallUpgrade(opts TestOptions) func(t *testing.T)
- func NegativeScenarioForCertRenew() func(t *testing.T)
- func StatusTestOnInstallUpgrade(details VersionDetails, opts TestOptions) func(t *testing.T)
- func UpgradeTest(details VersionDetails, opts TestOptions) func(t *testing.T)
- func UseProvidedNewCertAndRenew(details VersionDetails, opts TestOptions) func(t *testing.T)
- func UseProvidedPrivateKeyAndRenewCerts(details VersionDetails, opts TestOptions) func(t *testing.T)
- type Resource
- type TestCase
- type TestOptions
- type VersionDetails
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CRDTest ¶
func CRDTest(details VersionDetails, opts TestOptions) func(t *testing.T)
func CheckMTLSStatus ¶ added in v1.7.0
func CheckMTLSStatus(details VersionDetails, opts TestOptions, shouldWarningExist bool) func(t *testing.T)
func ClusterRoleBindingsTest ¶
func ClusterRoleBindingsTest(details VersionDetails, opts TestOptions) func(t *testing.T)
func ClusterRolesTest ¶
func ClusterRolesTest(details VersionDetails, opts TestOptions) func(t *testing.T)
func ComponentsTestOnInstallUpgrade ¶
func ComponentsTestOnInstallUpgrade(opts TestOptions) func(t *testing.T)
func EnsureUninstall ¶
func GenerateNewCertAndRenew ¶ added in v1.7.0
func GenerateNewCertAndRenew(details VersionDetails, opts TestOptions) func(t *testing.T)
func GetVersionsFromEnv ¶ added in v1.7.0
GetVersionsFromEnv will return values from required environment variables, if environment variables are not set it fails the test.
func MTLSTestOnInstallUpgrade ¶
func MTLSTestOnInstallUpgrade(opts TestOptions) func(t *testing.T)
func NegativeScenarioForCertRenew ¶ added in v1.7.0
func StatusTestOnInstallUpgrade ¶
func StatusTestOnInstallUpgrade(details VersionDetails, opts TestOptions) func(t *testing.T)
func UpgradeTest ¶
func UpgradeTest(details VersionDetails, opts TestOptions) func(t *testing.T)
func UseProvidedNewCertAndRenew ¶ added in v1.7.0
func UseProvidedNewCertAndRenew(details VersionDetails, opts TestOptions) func(t *testing.T)
func UseProvidedPrivateKeyAndRenewCerts ¶ added in v1.7.0
func UseProvidedPrivateKeyAndRenewCerts(details VersionDetails, opts TestOptions) func(t *testing.T)
Types ¶
type TestCase ¶
func GetTestsOnInstall ¶
func GetTestsOnInstall(details VersionDetails, opts TestOptions) []TestCase
func GetTestsOnUninstall ¶
func GetTestsOnUninstall(details VersionDetails, opts TestOptions) []TestCase
func GetTestsPostCertificateRenewal ¶ added in v1.7.0
func GetTestsPostCertificateRenewal(details VersionDetails, opts TestOptions) []TestCase
type TestOptions ¶
Click to show internal directories.
Click to hide internal directories.