Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Converter ¶
func NewConverter ¶
func (*Converter) ConvertOVAFromGCE ¶
func (converter *Converter) ConvertOVAFromGCE(ctx context.Context, sourceImage, destinationPath, gcsBucket, imageProject, zone string, gceToOVAConverterConfig *GCEToOVAConverterConfig) error
ConvertOVAFromGCE converts GCE Image to OVA Format.
type GCEToOVAConverterConfig ¶
type GCEToOVAConverterConfig struct {
DaisyBin string
MakeOVAScript string
OVATemplate string
DaisyWorkflowPath string
}
GCEToOVAConverterConfig holds the required configuration about the daisy bin path, make OVA script path and template path
func GetDefaultOVAConverterConfig ¶
func GetDefaultOVAConverterConfig() *GCEToOVAConverterConfig
Click to show internal directories.
Click to hide internal directories.