Documentation ¶
Index ¶
Constants ¶
View Source
const ( AutomatedInstallRunning = "running" AutomatedInstallSuccess = "success" AutomatedInstallFailed = "failed" )
Variables ¶
This section is empty.
Functions ¶
func AutomateInstall ¶
func AutomateInstall(opts AutomateInstallOptions) error
AutomateInstall will process any bits left in strategic places from the kots install command, so that the admin console will finish that installation
func NeedToWaitForAirgapApp ¶
Types ¶
type AutomateInstallOptions ¶
type AutomateInstallTaskMessage ¶
type AutomateInstallTaskMessage struct { Message string `json:"message"` VersionStatus storetypes.DownstreamVersionStatus `json:"versionStatus"` Error string `json:"error"` }
Click to show internal directories.
Click to hide internal directories.