Documentation ¶
Index ¶
Constants ¶
View Source
const Enabled = false
Variables ¶
View Source
var ErrUnsupported = errors.New("vm driver 'vz' needs macOS 13 or later (Hint: try recompiling Lima if you are seeing this error on macOS 13)")
Functions ¶
func EnsureDisk ¶
func EnsureDisk(driver *driver.BaseDriver) error
Types ¶
type LimaVzDriver ¶
type LimaVzDriver struct {
*driver.BaseDriver
}
func New ¶
func New(driver *driver.BaseDriver) *LimaVzDriver
func (*LimaVzDriver) CreateDisk ¶
func (l *LimaVzDriver) CreateDisk() error
func (*LimaVzDriver) Validate ¶
func (l *LimaVzDriver) Validate() error
Click to show internal directories.
Click to hide internal directories.