podman/pkg/api/handlers/libpod
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
..
containers.go Fix containers list/prune http api filter behaviour 2021-03-20 22:56:01 +01:00
containers_create.go InfraContainer Rework 2021-08-26 16:05:16 -04:00
containers_stats.go Merge pull request #11003 from pascomnet/f_stats 2021-08-04 09:56:57 +00:00
generate.go Merge pull request #9445 from jmguzik/no-header-info-for-systemd-generation 2021-02-22 13:44:43 -05:00
healthcheck.go bump go module to v3 2021-02-22 09:03:51 +01:00
images.go vendor containers/common@main 2021-07-16 14:19:56 +02:00
images_pull.go Libpod images pull changes 2021-08-09 14:17:08 -04:00
info.go podman-remote should show podman.sock info 2021-04-20 15:56:45 -04:00
manifests.go support tag@digest notation 2021-05-31 14:38:43 +02:00
networks.go Fix network prune api docs 2021-06-08 11:38:26 +02:00
play.go teardown play kube 2021-08-24 14:26:14 -05:00
pods.go InfraContainer Rework 2021-08-26 16:05:16 -04:00
secrets.go make DriverOpts name consistent. 2021-06-25 08:33:15 +02:00
swagger.go [CI:DOCS] Update swagger for inspect network 2021-06-08 15:23:46 -07:00
system.go migrate Podman to containers/common/libimage 2021-05-05 11:30:12 +02:00
volumes.go Volumes prune endpoint should use only prune filters 2021-04-07 22:37:49 +02:00