Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DashboardData ¶
type VMDetailData ¶
type VMDetailData struct {
VM VMDetailRow
Logs string
UIAddr string
Version string
BackLink string
}
type VMDetailRow ¶
type VMDetailRow struct {
ID string `json:"id"`
Name string `json:"name"`
State string `json:"state"`
Image string `json:"image"`
Memory string `json:"memory"`
CPUs int `json:"cpus"`
Health string `json:"health"`
RestartPolicy string `json:"restart_policy"`
RestartCount int `json:"restart_count"`
CreatedAt string `json:"created_at"`
StartedAt string `json:"started_at"`
StoppedAt string `json:"stopped_at"`
IPAddress string `json:"ip_address"`
GatewayIP string `json:"gateway_ip"`
Env []string `json:"env,omitempty"`
Ports []PortRow `json:"ports,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.