automation

package
v1.109.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 9, 2024 License: Apache-2.0 Imports: 32 Imported by: 0

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

func NeedToWaitForAirgapApp() (bool, error)

Types

type AutomateInstallOptions

type AutomateInstallOptions struct {
	AppSlug         string
	AdditionalFiles map[string][]byte
}

type AutomateInstallTaskMessage

type AutomateInstallTaskMessage struct {
	Message       string                             `json:"message"`
	VersionStatus storetypes.DownstreamVersionStatus `json:"versionStatus"`
	Error         string                             `json:"error"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL