Documentation ¶
Index ¶
- func Get() (vmconfigs.VMProvider, error)
- func GetAll() []vmconfigs.VMProvider
- func GetAllMachinesAndRootfulness() (map[string]bool, error)
- func HasPermsForProvider(provider define.VMType) bool
- func InstalledProviders() ([]define.VMType, error)
- func IsInstalled(provider define.VMType) (bool, error)
- func SupportedProviders() []define.VMType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Get ¶
func Get() (vmconfigs.VMProvider, error)
func GetAll ¶ added in v5.2.0
func GetAll() []vmconfigs.VMProvider
func GetAllMachinesAndRootfulness ¶ added in v5.3.0
GetAllMachinesAndRootfulness collects all podman machine configs and returns a map in the format: { machineName: isRootful }
func HasPermsForProvider ¶ added in v5.1.0
HasPermsForProvider returns whether the host operating system has the proper permissions to use the given provider
func InstalledProviders ¶ added in v5.1.0
func SupportedProviders ¶ added in v5.1.0
SupportedProviders returns the providers that are supported on the host operating system
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.