solution

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 {
	Systemd api.Systemd `yaml:"systemd,omitempty"`
	Helm    *api.Helm   `yaml:"helm,omitempty"`
}

type CorePlatform

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

type ReleaseManifest

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

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