Versions in this module Expand all Collapse all v0 v0.7.0 Oct 28, 2016 v0.6.2 Aug 29, 2016 Changes in this version type FactoryConfig + Template bool v0.6.0 May 25, 2016 Changes in this version + type Factory interface + CloseFactory func() + GetVm func(cpu, mem int) (*hypervisor.Vm, error) + func NewFromConfigs(kernel, initrd string, configs []FactoryConfig) Factory + func NewFromPolicy(kernel, initrd string, policy string) Factory + type FactoryConfig struct + Cache int + Cpu int + Memory int