Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Defaults DefaultNetwork = "crc" DefaultCacheMode = "default" DefaultIOMode = "threads" // 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 ¶
This section is empty.
Types ¶
type Driver ¶ added in v1.14.0
type Driver struct { *drivers.BaseDriver // Driver specific configuration Memory int CPU int Network string DiskPath string CacheMode string IOMode string DiskPathURL string SSHKeyPath string }
func CreateHost ¶
func CreateHost(machineConfig config.MachineConfig) *Driver
type NetworkConfig ¶
Click to show internal directories.
Click to hide internal directories.