Documentation
¶
Index ¶
- func AllTests() []upgrades.Test
- func IsPoolUpdated(dc dynamic.NamespaceableResourceInterface, name string) (poolUpToDate bool, poolIsUpdating bool)
- func NoTests() []upgrades.Test
- func SetTests(tests []upgrades.Test)
- func SetToImage(image string)
- func SetUpgradeAbortAt(policy string) error
- func SetUpgradeDisruptReboot(policy string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsPoolUpdated ¶
func IsPoolUpdated(dc dynamic.NamespaceableResourceInterface, name string) (poolUpToDate bool, poolIsUpdating bool)
TODO(runcom): drop this when MCO types are in openshift/api and we can use the typed client directly
func SetTests ¶
SetTests controls the list of tests to run during an upgrade. See AllTests for the supported suite.
func SetToImage ¶
func SetToImage(image string)
SetToImage sets the image that will be upgraded to. This may be a comma delimited list of sequential upgrade attempts.
func SetUpgradeAbortAt ¶
SetUpgradeAbortAt defines abort behavior during an upgrade. Allowed values are:
* empty string - do not abort * integer between 0-100 - once this percentage of operators have updated, rollback to the previous version
func SetUpgradeDisruptReboot ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.