core

package
v3.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 1, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Components

type Components struct {
	OperatingSystem *OperatingSystem `yaml:"operatingSystem" validate:"required"`
	Kubernetes      *Kubernetes      `yaml:"kubernetes"`
	Systemd         api.Systemd      `yaml:"systemd,omitempty"`
	Helm            *api.Helm        `yaml:"helm,omitempty"`
}

type Image

type Image struct {
	Base string `yaml:"base" validate:"required"`
	ISO  string `yaml:"iso" validate:"required"`
}

type Kubernetes

type Kubernetes struct {
	Version string `yaml:"version" validate:"required"`
	Image   string `yaml:"image" validate:"required"`
}

type OperatingSystem

type OperatingSystem struct {
	Image Image `yaml:"image" validate:"required"`
}

type ReleaseManifest

type ReleaseManifest struct {
	Schema     api.SchemaVersion `yaml:"schema,omitempty"`
	Metadata   *api.Metadata     `yaml:"metadata,omitempty"`
	Components Components        `yaml:"components" validate:"required"`
}

func Parse

func Parse(data []byte) (*ReleaseManifest, error)

Jump to

Keyboard shortcuts

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