types

package
v1.123.1 Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UpgradeServiceParams

type UpgradeServiceParams struct {
	Port       string `yaml:"port" json:"port"`
	PlanStepID string `yaml:"planStepID" json:"planStepID"`

	AppID       string `yaml:"appId" json:"appId"`
	AppSlug     string `yaml:"appSlug" json:"appSlug"`
	AppName     string `yaml:"appName" json:"appName"`
	AppIsAirgap bool   `yaml:"appIsAirgap" json:"appIsAirgap"`
	AppIsGitOps bool   `yaml:"appIsGitOps" json:"appIsGitOps"`
	AppLicense  string `yaml:"appLicense" json:"appLicense"`
	AppArchive  string `yaml:"appArchive" json:"appArchive"`

	Source       string `yaml:"source" json:"source"`
	BaseSequence int64  `yaml:"baseSequence" json:"baseSequence"`
	NextSequence int64  `yaml:"nextSequence" json:"nextSequence"`

	UpdateVersionLabel string `yaml:"updateVersionLabel" json:"updateVersionLabel"`
	UpdateCursor       string `yaml:"updateCursor" json:"updateCursor"`
	UpdateChannelID    string `yaml:"updateChannelID" json:"updateChannelID"`
	UpdateECVersion    string `yaml:"updateECVersion" json:"updateECVersion"`
	UpdateKOTSBin      string `yaml:"updateKotsBin" json:"updateKotsBin"`
	UpdateAirgapBundle string `yaml:"updateAirgapBundle" json:"updateAirgapBundle"`

	CurrentECVersion string `yaml:"currentECVersion" json:"currentECVersion"`

	RegistryEndpoint   string `yaml:"registryEndpoint" json:"registryEndpoint"`
	RegistryUsername   string `yaml:"registryUsername" json:"registryUsername"`
	RegistryPassword   string `yaml:"registryPassword" json:"registryPassword"`
	RegistryNamespace  string `yaml:"registryNamespace" json:"registryNamespace"`
	RegistryIsReadOnly bool   `yaml:"registryIsReadOnly" json:"registryIsReadOnly"`

	ReportingInfo *reportingtypes.ReportingInfo `yaml:"reportingInfo" json:"reportingInfo"`
}

Jump to

Keyboard shortcuts

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