Documentation ¶
Index ¶
- Constants
- func CompileInstanceListener(sourceDir, instanceListenerPrefix, dockerImage string, ...) (*types.RawImage, error)
- func ConvertRawImage(sourceFormat, targetFormat types.ImageFormat, inputFile, outputFile string) error
- func ConvertRawToNewVmdk(inputFile, outputFile string) error
- func GetControllerPortForMnt(image *types.Image, mntPoint string) (int, error)
- func GetDeviceNameForMnt(image *types.Image, mntPoint string) (string, error)
- func GetImage(p providers.Provider, nameOrIdPrefix string) (*types.Image, error)
- func GetInstance(p providers.Provider, nameOrIdPrefix string) (*types.Instance, error)
- func GetInstanceIp(listenerIp string, listenerPort int, instanceId string) (string, error)
- func GetInstanceListenerIp(dataPrefix string, timeout time.Duration) (string, error)
- func GetInstanceLogs(instance *types.Instance) (string, error)
- func GetVirtualImageSize(imageFile string, imageFormat types.ImageFormat) (int64, error)
- func GetVolume(p providers.Provider, nameOrIdPrefix string) (*types.Volume, error)
- func PullImage(config config.HubConfig, imageName string, writer io.Writer) (*types.Image, error)
- func PushImage(config config.HubConfig, image *types.Image, imagePath string) error
- func RemoteDeleteImage(config config.HubConfig, imageName string) error
- func VerifyMntsInput(p providers.Provider, image *types.Image, ...) error
Constants ¶
View Source
const BROADCAST_PORT = 9967
View Source
const UnikLogsPort = 9967
Variables ¶
This section is empty.
Functions ¶
func CompileInstanceListener ¶
func ConvertRawImage ¶
func ConvertRawImage(sourceFormat, targetFormat types.ImageFormat, inputFile, outputFile string) error
func ConvertRawToNewVmdk ¶
func GetControllerPortForMnt ¶
func GetDeviceNameForMnt ¶
func GetInstance ¶
func GetInstanceIp ¶
func GetInstanceListenerIp ¶
func GetVirtualImageSize ¶
func GetVirtualImageSize(imageFile string, imageFormat types.ImageFormat) (int64, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.