Documentation ¶
Index ¶
- func FindOrImportImage(c *client.Client, ociRef meta.OCIImageRef) (*imgmd.Image, error)
- func FindOrImportKernel(c *client.Client, ociRef meta.OCIImageRef) (*kernmd.Kernel, error)
- func RemoveVM(c *client.Client, vm *vmmd.VM) error
- func RemoveVMContainer(vm meta.Object) error
- func StartVM(vm *vmmd.VM, debug bool) error
- func StopVM(vm *vmmd.VM, kill, silent bool) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindOrImportImage ¶
FindOrImportImage returns an image based on the source string. If the image already exists, it is returned. If the image doesn't exist, it is imported
func FindOrImportKernel ¶
FindOrImportKernel returns an kernel based on the source string. If the image already exists, it is returned. If the image doesn't exist, it is imported
func RemoveVMContainer ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.