Documentation ¶
Rendered for darwin/amd64
Index ¶
Constants ¶
View Source
const ( MachineDriverCommand = "crc-driver-hyperkit" MachineDriverVersion = "0.12.11" HyperKitCommand = "hyperkit" HyperKitVersion = "v0.20200224-44-gb54460" )
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 ¶
func CreateHost ¶
func CreateHost(machineConfig config.MachineConfig) *hyperkit.Driver
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.