Documentation ¶
Index ¶
- func CreateAppFromAirgap(opts CreateAirgapAppOpts) (finalError error)
- func GetMissingRequiredVersions(app *apptypes.App, airgap *kotsv1beta1.Airgap) ([]string, 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
- type CreateAirgapAppOpts
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateAppFromAirgap ¶
func CreateAppFromAirgap(opts CreateAirgapAppOpts) (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 UpdateAppFromAirgap ¶
Types ¶
type CreateAirgapAppOpts ¶
Click to show internal directories.
Click to hide internal directories.