Documentation ¶
Index ¶
- Constants
- func Copy(vm *ignite.VM, src, dst string) error
- func Create(name string, labels []string) (*models.VM, error)
- func Delete(uid string) error
- func Exec(vm *ignite.VM, args []string) (string, string, error)
- func GetAllClusterVMs() ([]*models.VM, error)
- func GetAllVMs() ([]*models.VM, error)
- func InitClient() error
- func Shell(vm *ignite.VM) error
Constants ¶
View Source
const ( // DefaultImage is the default image to use for the VM DefaultImage = "mheers/ignite-ubuntu-base:v1.0.5" // starting k3s fails after a short while // SandboxImage is the image to use for the sandbox SandboxImage = "weaveworks/ignite:v0.10.0-amd64" )
Variables ¶
This section is empty.
Functions ¶
func GetAllClusterVMs ¶
func InitClient ¶
func InitClient() error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.