podman/pkg/api/handlers
cdoern d28e85741f InfraContainer Rework
InfraContainer should go through the same creation process as regular containers. This change was from the cmd level
down, involving new container CLI opts and specgen creating functions. What now happens is that both container and pod
cli options are populated in cmd and used to create a podSpecgen and a containerSpecgen. The process then goes as follows

FillOutSpecGen (infra) -> MapSpec (podOpts -> infraOpts) -> PodCreate -> MakePod -> createPodOptions -> NewPod -> CompleteSpec (infra) -> MakeContainer -> NewContainer -> newContainer -> AddInfra (to pod state)

Signed-off-by: cdoern <cdoern@redhat.com>
2021-08-26 16:05:16 -04:00
..
compat InfraContainer Rework 2021-08-26 16:05:16 -04:00
libpod InfraContainer Rework 2021-08-26 16:05:16 -04:00
swagger [NO TESTS NEEDED] Clean up swagger 2021-08-19 07:57:54 -07:00
types InfraContainer Rework 2021-08-26 16:05:16 -04:00
utils Run codespell to fix spelling 2021-08-11 16:41:45 -04:00
decoder.go bump go module to v3 2021-02-22 09:03:51 +01:00
types.go [NO TESTS NEEDED] Clean up swagger 2021-08-19 07:57:54 -07:00