mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-09 10:25:42 +00:00
Moves all of the ignitionfiles out of the `machine` package and into its own called `ignition`. This required `VMType` to get moved out of the `machine` package and into the `define` package in order to prevent a circular dependency. Signed-off-by: Jake Correnti <jakecorrenti+github@proton.me> |
||
|---|---|---|
| .. | ||
| config.go | ||
| image_format.go | ||
| image_format_test.go | ||
| machine_artifact.go | ||
| machine_artifact_test.go | ||
| state.go | ||
| vmfile.go | ||
| vmfile_test.go | ||
| vmtype.go | ||
| vmtype_test.go | ||