image

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: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	TypeRAW = "raw"
)

Variables

This section is empty.

Functions

func ElementalPath

func ElementalPath() string

func ExtensionsPath

func ExtensionsPath() string

func HelmPath

func HelmPath() string

func IgnitionFilePath

func IgnitionFilePath() string

func KubernetesInstallPath

func KubernetesInstallPath() string

func KubernetesManifestsPath

func KubernetesManifestsPath() string

func KubernetesPath

func KubernetesPath() string

Types

type Configuration

type Configuration struct {
	Installation install.Installation  `validate:"required"`
	Release      release.Release       `validate:"required"`
	Kubernetes   kubernetes.Kubernetes `validate:"omitempty"`
	Network      Network               `validate:"omitempty"`
	Custom       Custom                `validate:"omitempty"`
	ButaneConfig map[string]any        `validate:"omitempty"`
}

type Custom

type Custom struct {
	ScriptsDir string
	FilesDir   string
}

type Definition

type Definition struct {
	Image         Image
	Configuration *Configuration
}

type Image

type Image struct {
	ImageType       string
	Platform        *platform.Platform
	OutputImageName string
}

type Network

type Network struct {
	CustomScript string
	ConfigDir    string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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