Documentation ¶
Index ¶
- func CreateAppFromAirgap(pendingApp *types.PendingApp, airgapPath string, registryHost string, ...) (finalError error)
- func StartUpdateTaskMonitor(finishedChan <-chan error)
- func UpdateAppFromAirgap(a *apptypes.App, airgapBundlePath string, deploy bool, skipPreflights bool) (finalError error)
- func UpdateAppFromPath(a *apptypes.App, airgapRoot string, airgapBundlePath string, deploy bool, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateAppFromAirgap ¶
func CreateAppFromAirgap(pendingApp *types.PendingApp, airgapPath string, registryHost string, namespace string, username string, password string, isAutomated bool, skipPreflights bool) (finalError error)
CreateAppFromAirgap does a lot. Maybe too much. Definitely too much. This function assumes that there's an app in the database that doesn't have a version After execution, there will be a sequence 0 of the app, and all clusters in the database will also have a version
func StartUpdateTaskMonitor ¶
func StartUpdateTaskMonitor(finishedChan <-chan error)
func UpdateAppFromAirgap ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.