Documentation
¶
Index ¶
Constants ¶
View Source
const (
HLAB_LABEL = "hlab.githedgehog.com/env"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Env string `json:"env,omitempty"` MgmtNetwork string `json:"mgmtNetwork,omitempty"` Disk DiskConfig `json:"disk,omitempty"` VMs map[string]VMConfig `json:"vms,omitempty"` }
type DiskConfig ¶
type HostDevice ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func Load ¶
func Load(svcCfg *ServiceConfig) (*Service, error)
func (*Service) CleanupVMs ¶
type ServiceConfig ¶
Click to show internal directories.
Click to hide internal directories.