Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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) DeepCopyInto ¶
type Registration ¶
Click to show internal directories.
Click to hide internal directories.