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 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 Definition ¶
type Definition struct {
Image Image
Configuration *Configuration
}
Click to show internal directories.
Click to hide internal directories.