Documentation ¶
Index ¶
Constants ¶
View Source
const OSV_AWS_MEMORY = 1024
View Source
const OSV_VIRTUALBOX_MEMORY = 256
View Source
const OSV_VMWARE_MEMORY = 512
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OsvAwsCompiler ¶
type OsvAwsCompiler struct { }
func (*OsvAwsCompiler) CompileRawImage ¶
func (osvCompiler *OsvAwsCompiler) CompileRawImage(params types.CompileImageParams) (_ *types.RawImage, err error)
type OsvVirtualboxCompiler ¶
type OsvVirtualboxCompiler struct{}
func (*OsvVirtualboxCompiler) CompileRawImage ¶
func (osvCompiler *OsvVirtualboxCompiler) CompileRawImage(params types.CompileImageParams) (_ *types.RawImage, err error)
type OsvVmwareCompiler ¶
type OsvVmwareCompiler struct{}
func (*OsvVmwareCompiler) CompileRawImage ¶
func (osvCompiler *OsvVmwareCompiler) CompileRawImage(params types.CompileImageParams) (_ *types.RawImage, err error)
Click to show internal directories.
Click to hide internal directories.