spiegel_podman/cmd/podman/machine
Paul Holzinger 0c21dcf70c
podman machine info: use report.Formatter over Template
Currently the podman command --format output code uses a mix of
report.Formatter and report.Template.

I patched report.Formatter to correctly handle newlines[1]. Since we
cannot fix this with report.Template we have to migrate all users to
report.Formatter. This ensures consistent behavior for all commands.

This change does not change the output.

[1] https://github.com/containers/common/pull/1146

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2022-09-13 10:33:14 +02:00
..
info.go podman machine info: use report.Formatter over Template 2022-09-13 10:33:14 +02:00
init.go Allow to override default username via command line 2022-08-30 13:35:07 +03:00
inspect.go podman machine inspect: use report.Formatter over Template 2022-09-13 10:33:13 +02:00
list.go podman machine ls: use report.Formatter over Template 2022-09-13 10:33:12 +02:00
machine.go Podman machine info 2022-07-05 15:18:41 -04:00
machine_unix.go Fix podman machine on Windows 2022-06-30 16:21:59 -05:00
machine_unsupported.go go fmt: use go 1.18 conditional-build syntax 2022-03-18 09:11:53 +01:00
machine_windows.go Fix podman machine on Windows 2022-06-30 16:21:59 -05:00
platform.go Add interface for apple hypervisor 2022-08-08 14:04:49 -05:00
platform_windows.go podman system reset removed machines incorrectly 2022-05-04 10:31:42 -04:00
rm.go Only allow Rootless runs of Podman Machine 2022-06-29 09:19:09 -04:00
set.go Only allow Rootless runs of Podman Machine 2022-06-29 09:19:09 -04:00
ssh.go fix some pkg/machine/e2e test to read stderr 2022-07-21 18:04:11 +02:00
start.go cmd/podman: switch to golang native error wrapping 2022-06-30 12:58:57 +02:00
stop.go Only allow Rootless runs of Podman Machine 2022-06-29 09:19:09 -04:00