Documentation ¶
Index ¶
- Constants
- func EventingCRPostDowngradeTests() pkgupgrade.Operation
- func EventingCRPostUpgradeTests() pkgupgrade.Operation
- func EventingCRPreUpgradeTests() pkgupgrade.Operation
- func EventingTimeoutForUpgrade() pkgupgrade.Operation
- func OperatorPostDowngradeTests() []pkgupgrade.Operation
- func OperatorPostUpgradeTests() []pkgupgrade.Operation
- func OperatorPreUpgradeTests() []pkgupgrade.Operation
- func ServingCRPostDowngradeTests() pkgupgrade.Operation
- func ServingCRPostUpgradeTests() pkgupgrade.Operation
- func ServingCRPreUpgradeTests() pkgupgrade.Operation
Constants ¶
const ( // TimeoutUpgrade specifies the timeout for Knative eventing upgrade. TimeoutUpgrade = 20 * time.Second )
Variables ¶
This section is empty.
Functions ¶
func EventingCRPostDowngradeTests ¶
func EventingCRPostDowngradeTests() pkgupgrade.Operation
EventingCRPostDowngradeTests verifies the KnativeEventing creation, after downgraded to the previous version.
func EventingCRPostUpgradeTests ¶
func EventingCRPostUpgradeTests() pkgupgrade.Operation
EventingCRPostUpgradeTests verifies Knative Eventing installation after the upgrade.
func EventingCRPreUpgradeTests ¶
func EventingCRPreUpgradeTests() pkgupgrade.Operation
EventingCRPreUpgradeTests verifies the KnativeEventing creation for the previous release.
func EventingTimeoutForUpgrade ¶ added in v0.24.0
func EventingTimeoutForUpgrade() pkgupgrade.Operation
EventingTimeoutForUpgrade adds a timeout for Knative Eventing to complete the upgrade for readiness.
func OperatorPostDowngradeTests ¶
func OperatorPostDowngradeTests() []pkgupgrade.Operation
OperatorPostDowngradeTests verifies the KnativeServing and KnativeEventing creation, after downgraded to the previous version.
func OperatorPostUpgradeTests ¶
func OperatorPostUpgradeTests() []pkgupgrade.Operation
OperatorPostUpgradeTests verifies the KnativeServing and KnativeEventing creation, deployment recreation, and the deletion after the operator upgrades to the latest release.
func OperatorPreUpgradeTests ¶
func OperatorPreUpgradeTests() []pkgupgrade.Operation
OperatorPreUpgradeTests verifies the KnativeServing and KnativeEventing creation, before upgraded to the latest HEAD.
func ServingCRPostDowngradeTests ¶
func ServingCRPostDowngradeTests() pkgupgrade.Operation
ServingCRPostDowngradeTests verifies the KnativeServing creation, after downgraded to the previous version.
func ServingCRPostUpgradeTests ¶
func ServingCRPostUpgradeTests() pkgupgrade.Operation
ServingCRPostUpgradeTests verifies Knative Serving installation after the upgrade.
func ServingCRPreUpgradeTests ¶
func ServingCRPreUpgradeTests() pkgupgrade.Operation
ServingCRPreUpgradeTests verifies the KnativeServing creation for the previous release.
Types ¶
This section is empty.