types

package
v1.4.7 Latest Latest
Warning

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

Go to latest
Published: Jul 24, 2024 License: Apache-2.0 Imports: 2 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ReleaseMetadata

type ReleaseMetadata struct {
	Versions       map[string]string
	K0sSHA         string
	K0sBinaryURL   string
	Artifacts      map[string]string // key is the artifact name, value is the URL it can be retrieved from
	Images         []string
	K0sImages      []string                // deprecated (still used by airgap-builder), use Images instead
	Configs        v1beta1.Helm            // always applied
	BuiltinConfigs map[string]v1beta1.Helm // applied if the relevant builtin addon is enabled
	Protected      map[string][]string

	// Deprecated: AirgapConfigs exists for historical compatibility and should not
	// be used. This field has been replaced by the BuiltinConfigs field.
	AirgapConfigs k0sv1beta1.HelmExtensions
}

ReleaseMetadata holds the metadata about a specific release, including addons and their versions.

Jump to

Keyboard shortcuts

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