Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetbootAddHostResponse ¶ added in v1.1.44
type NetbootConfig ¶
type NetbootConfig struct {
Address string `json:"address"`
OS string `json:"os"`
Version string `json:"version"`
Hostname string `json:"hostname"`
Arch string `json:"arch"`
Serial string `json:"serial"`
EgressInterface string `json:"egress_interface"`
RootDevice string `json:"root_device"`
Mirror string `json:"mirror"`
Response string `json:"response"`
DisklabelTemplate string `json:"disklabel_template"`
KernelParams string `json:"kernel_params"`
Debug bool `json:"debug"`
Quiet bool `json:"quiet"`
Shutdown bool `json:"shutdown"`
ImageSource string `json:"image_source"`
AlpineLoader string `json:"alpine_loader"`
BootstrapId string `json:"bootstrap_id"`
}
type NetbootDeleteHostResponse ¶ added in v1.1.44
type NetbootDistFilesResponse ¶ added in v1.2.33
type NetbootHostStatusResponse ¶ added in v1.1.45
type NetbootListHostsResponse ¶ added in v1.1.44
type NetbootResponse ¶ added in v1.1.44
type NetbootResponse struct {
Message string `json:"message"`
}
Click to show internal directories.
Click to hide internal directories.