spiegel_podman/pkg/domain/entities
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
..
reports Rework pruning to report reclaimed space 2020-12-30 19:57:35 -06:00
types Fix build with GO111MODULE=off 2021-04-15 14:24:39 -04:00
auto-update.go auto-update: simple rollback 2021-08-05 15:20:38 +02:00
container_ps.go bump go module to v3 2021-02-22 09:03:51 +01:00
containers.go Network interface 2021-08-24 12:28:03 +02:00
engine.go add flag to record memory profiles 2021-08-20 15:35:58 +02:00
engine_container.go InfraContainer Rework 2021-08-26 16:05:16 -04:00
engine_image.go podman diff accept two images or containers 2021-07-02 17:11:56 +02:00
engine_system.go Adds tunnel routes for system reset. 2020-05-11 17:03:32 -04:00
events.go remote events: support labels 2021-06-04 16:14:09 +02:00
filters.go Fix Id->ID where possible for lint 2020-06-10 05:49:41 -04:00
generate.go Fix file descriptor leaks and add test 2021-08-24 16:36:10 -07:00
healthcheck.go podmanv2 enable healthcheck run 2020-03-29 18:48:29 -05:00
images.go Created scp.go image_scp_test.go and podman-image-scp.1.md 2021-07-30 17:19:24 -04:00
manifest.go migrate Podman to containers/common/libimage 2021-05-05 11:30:12 +02:00
network.go network prune filters for http compat and libpod api 2021-03-18 00:01:50 +01: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
set.go Fix Id->ID where possible for lint 2020-06-10 05:49:41 -04:00
system.go Add CORS support 2021-06-04 16:14:52 +03:00
types.go InfraContainer Rework 2021-08-26 16:05:16 -04:00
volumes.go Remove unused VolumeList* structs 2021-04-29 15:04:42 -04:00