Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Defaults DefaultNetwork = "crc" // Static addresses MACAddress = "52:fd:fc:07:21:82" IPAddress = "192.168.130.11" )
View Source
const ( MachineDriverCommand = "crc-driver-libvirt" MachineDriverVersion = "0.12.8" )
View Source
const (
NetworkTemplate = `` /* 397-byte string literal not displayed */
)
Variables ¶
View Source
var (
MachineDriverDownloadURL = fmt.Sprintf("https://github.com/code-ready/machine-driver-libvirt/releases/download/%s/crc-driver-libvirt", MachineDriverVersion)
)
Functions ¶
func CreateHost ¶
func CreateHost(machineConfig config.MachineConfig) *libvirt.Driver
Types ¶
type NetworkConfig ¶
Click to show internal directories.
Click to hide internal directories.