Documentation ¶
Index ¶
Constants ¶
View Source
const ( REQUIRED_MAJOR_PGO_VERSION = 4 MAXIMUM_MINOR_PGO_VERSION = 5 MINIMUM_MINOR_PGO_VERSION = 1 )
Currently supported version information for upgrades
Variables ¶
This section is empty.
Functions ¶
func CreateUpgrade ¶
func CreateUpgrade(request *msgs.CreateUpgradeRequest, ns, pgouser string) msgs.CreateUpgradeResponse
CreateUpgrade accepts the CreateUpgradeRequest performs the necessary validation checks and organizes the needed upgrade information before creating the required pgtask Command format: pgo upgrade mycluster
func CreateUpgradeHandler ¶
func CreateUpgradeHandler(w http.ResponseWriter, r *http.Request)
CreateUpgradeHandler ... pgo upgrade mycluster
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.