Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Cache ¶
type Cache struct {
// contains filtered or unexported fields
}
func NewAdminHelperCache ¶ added in v1.21.0
func NewAdminHelperCache() *Cache
func NewMachineDriverLibvirtCache ¶ added in v1.14.0
func NewMachineDriverLibvirtCache() *Cache
func (*Cache) CacheExecutable ¶ added in v1.20.0
CacheExecutable downloads and caches the requested executable into the CRC directory
func (*Cache) CheckVersion ¶ added in v1.13.0
func (*Cache) EnsureIsCached ¶
func (*Cache) GetExecutableName ¶ added in v1.20.0
func (*Cache) GetExecutablePath ¶ added in v1.20.0
type VersionMismatchError ¶ added in v1.13.0
type VersionMismatchError struct { ExecutableName string ExpectedVersion string CurrentVersion string }
func (*VersionMismatchError) Error ¶ added in v1.13.0
func (e *VersionMismatchError) Error() string
Click to show internal directories.
Click to hide internal directories.