Documentation
¶
Rendered for darwin/amd64
Index ¶
Constants ¶
View Source
const ( MachineDriverCommand = "crc-driver-hyperkit" MachineDriverVersion = "0.12.6" HyperkitCommand = "hyperkit" )
Variables ¶
View Source
var ( HyperkitDownloadURL = fmt.Sprintf("https://github.com/code-ready/machine-driver-hyperkit/releases/download/v%s/hyperkit", MachineDriverVersion) MachineDriverDownloadURL = fmt.Sprintf("https://github.com/code-ready/machine-driver-hyperkit/releases/download/v%s/crc-driver-hyperkit", MachineDriverVersion) )
Functions ¶
This section is empty.
Types ¶
type Driver ¶ added in v1.14.0
type Driver struct {
*drivers.BaseDriver
CPU int
Memory int
Cmdline string
UUID string
VpnKitSock string
VSockPorts []string
VmlinuzPath string
InitrdPath string
KernelCmdLine string
DiskPathURL string
SSHKeyPath string
HyperKitPath string
}
func CreateHost ¶
func CreateHost(config config.MachineConfig) *Driver
Click to show internal directories.
Click to hide internal directories.