Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DriverExt ¶
type DriverExt struct {
Location string `json:"location,omitempty"` // since Lima v2.0.0
}
type GuestAgent ¶
type GuestAgent struct {
Location string `json:"location"` // since Lima v1.1.0
}
type LimaInfo ¶
type LimaInfo struct {
Version string `json:"version"`
Templates []templatestore.Template `json:"templates"`
DefaultTemplate *limatype.LimaYAML `json:"defaultTemplate"`
LimaHome string `json:"limaHome"`
VMTypes []string `json:"vmTypes"` // since Lima v0.14.2
VMTypesEx map[string]DriverExt `json:"vmTypesEx"` // since Lima v2.0.0
GuestAgents map[limatype.Arch]GuestAgent `json:"guestAgents"` // since Lima v1.1.0
ShellEnvBlock []string `json:"shellEnvBlock"`
HostOS string `json:"hostOS"` // since Lima v2.0.0
HostArch string `json:"hostArch"` // since Lima v2.0.0
IdentityFile string `json:"identityFile"` // since Lima v2.0.0
Plugins []plugins.Plugin `json:"plugins"` // since Lima v2.0.0
}
Click to show internal directories.
Click to hide internal directories.