installer

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jul 7, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Elemental Elemental `json:"elemental,omitempty"`
}

type Elemental

type Elemental struct {
	Install      Install      `json:"install,omitempty"`
	Registration Registration `json:"registration,omitempty"`
	SystemAgent  SystemAgent  `json:"system_agent,omitempty"`
}

type Install

type Install struct {
	ForceEFI bool   `json:"force-efi,omitempty"`
	Device   string `json:"device,omitempty"`
	NoFormat bool   `json:"no-format,omitempty"`

	ISO       string `json:"iso,omitempty"`
	SystemURL string `json:"system.url,omitempty"`

	Debug    bool   `json:"debug,omitempty"`
	TTY      string `json:"tty,omitempty"`
	PowerOff bool   `json:"poweroff,omitempty"`
	Reboot   bool   `json:"reboot,omitempty"`

	Password string   `json:"password,omitempty"`
	SSHKeys  []string `json:"ssh_keys,omitempty"`
}

func (*Install) DeepCopy

func (in *Install) DeepCopy() *Install

func (*Install) DeepCopyInto

func (in *Install) DeepCopyInto(out *Install)

type Registration

type Registration struct {
	URL             string            `json:"url,omitempty"`
	CACert          string            `json:"ca_cert,omitempty"`
	EmulateTPM      bool              `json:"emulateTPM,omitempty"`
	EmulatedTPMSeed int64             `json:"emulatedTPMSeed,omitempty"`
	NoSMBIOS        bool              `json:"noSMBIOS,omitempty"`
	Labels          map[string]string `json:"labels,omitempty"`
}

type SystemAgent

type SystemAgent struct {
	URL             string `json:"url,omitempty"`
	Token           string `json:"token,omitempty"`
	SecretName      string `json:"secret_name,omitempty"`
	SecretNamespace string `json:"secret_namespace,omitempty"`
}

Jump to

Keyboard shortcuts

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