package
0.0.0-20220804224756-ee179563970d
Repository: https://github.com/intel/oim.git
Documentation: pkg.go.dev
# Functions
Finalize frees any resources allocated by Init.
Init creates the virtual machine, if possible with VHost SCSI controller.
KubeConfig returns the full path for the Kubernetes cluster.
SimpleInit is meant to be used in a parallel Ginkgo test suite where some other node called Init.
StartQEMU returns a VM pointer if a virtual machine could be started, and error when starting failed, and nil for both when no image is configured and thus nothing can be started.
UseQEMU sets up a VM instance so that SSH commands can be issued.
WithKubernetes enables the starting of Kubernetes inside the VM.
# Variables
VM is the master virtual machine instance used for testing.
# Structs
StartError is the error returned when starting the VM fails.
VirtualMachine handles interaction with a QEMU virtual machine.
# Type aliases
Option is the parameter type accepted By New.