podman/pkg/machine
Brent Baude ebb45b5bdd machine refactoring preparations for hyperv
before we can support hyperv as a virtualization option for podman
machine, several areas in machine will require cleanup.  this is the
first pass of these changes to keep the review burden low.  changes
include:

  * convert artifact, format (image format) and compression to enums
    with string methods
  * rename Provider interface to VirtProvider
  * change Provider implementation in QEMU to QEMUVirt
  * change Provider implementation in WSL to WSLVirt

as mentioned earlier, there will be several more of these refactoring
PRs because assumptions were made about associations of platforms and
virt providers as well as compression and image formats.

Signed-off-by: Brent Baude <bbaude@redhat.com>
2023-02-20 13:43:49 -06:00
..
applehv machine refactoring preparations for hyperv 2023-02-20 13:43:49 -06:00
e2e machine refactoring preparations for hyperv 2023-02-20 13:43:49 -06:00
os Introduce podman machine os apply 2023-02-15 14:48:12 -05:00
qemu machine refactoring preparations for hyperv 2023-02-20 13:43:49 -06:00
wsl machine refactoring preparations for hyperv 2023-02-20 13:43:49 -06:00
config.go machine refactoring preparations for hyperv 2023-02-20 13:43:49 -06:00
config_test.go pkg/machine: add missing build tags to tests 2022-07-04 18:09:30 +02:00
connection.go podman machine ssh handling 2022-09-26 18:35:01 -04:00
fcos.go machine refactoring preparations for hyperv 2023-02-20 13:43:49 -06:00
fcos_test.go machine refactoring preparations for hyperv 2023-02-20 13:43:49 -06:00
fedora_unix.go WSL refactoring 2023-01-23 10:48:32 -06:00
fedora_windows.go WSL refactoring 2023-01-23 10:48:32 -06:00
ignition.go libpod: remove CNI word were no longer applicable 2022-12-16 14:20:14 +01:00
ignition_darwin.go go fmt: use go 1.18 conditional-build syntax 2022-03-18 09:11:53 +01:00
ignition_freebsd.go pkg: Build pkg/machine on FreeBSD 2022-08-13 07:53:34 +01:00
ignition_linux.go fix #17244: use /etc/timezone where `timedatectl` is missing on Linux 2023-01-30 00:36:37 +09:00
ignition_schema.go go fmt: use go 1.18 conditional-build syntax 2022-03-18 09:11:53 +01:00
ignition_windows.go go fmt: use go 1.18 conditional-build syntax 2022-03-18 09:11:53 +01:00
keys.go Replace deprecated ioutil 2022-09-20 15:34:27 -04:00
machine_unsupported.go go fmt: use go 1.18 conditional-build syntax 2022-03-18 09:11:53 +01:00
machine_windows.go Expose Podman named pipe in Inspect output 2023-02-03 00:05:28 +02:00
pull.go machine refactoring preparations for hyperv 2023-02-20 13:43:49 -06:00