types

package
v1.116.1 Latest Latest
Warning

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

Go to latest
Published: Sep 12, 2024 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"`

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

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

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

	CurrentECVersion string `yaml:"currentECVersion"`

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

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

Jump to

Keyboard shortcuts

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