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.
Click to show internal directories.
Click to hide internal directories.