engines

package
v0.0.0-...-f4dd720 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 10, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type VMEngine

type VMEngine interface {
	CreateVM(spec vm.Instance) (string, error)
	StartVM(namespace, id string) error
	StopVM(namespace, id string) error
	DeleteVM(namespace, id string) error
	SSHVM(namespace, id, user, key string, term *termutil.Terminal) error
	ListVM(namespace string, all bool) ([]vm.Instance, error)
	SaveVM(namespace, id, outputFile string, stopVM bool) error
}

VMEngine stands as an abstraction for VMs management engines

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL