automation-tests/cmd/podman/pods
Paul Holzinger f2606c4230
fix deprecated docker v28 types
A lot of types are moved and now deprecated which causes lint issues.

IDResponse is copied into podman because that has no new 1 to 1
replacement. For some fields that we set as part of the docker API I
added the nolint directive as these fields might be used by API
consumers.

For the other types it is mostly a 1 to 1 move.

ParseUintList is deprecated but we can use the same function from
github.com/containers/storage/pkg/parsers instead.

Note that it containers breaking changes to pkg/bindings which we should
not do generally but given the prevoius commit already has a unavoidable
breaking change we might as well fix the IDResponse issue once now.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2025-03-11 16:24:34 +01:00
..
clone.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
create.go fix deprecated docker v28 types 2025-03-11 16:24:34 +01:00
exists.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
inspect.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
kill.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
logs.go cmd/podman: refactor Context handling 2025-02-12 14:01:10 +01:00
pause.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
pod.go Remove containers/common/pkg/config from pkg/util 2024-09-06 07:45:04 -04:00
prune.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
ps.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
restart.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
rm.go rm --force work for more than one arg 2024-04-04 17:47:28 +02:00
start.go working name of pod on start and stop 2024-05-25 19:40:21 -04:00
stats.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
stop.go working name of pod on start and stop 2024-05-25 19:40:21 -04:00
top.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
unpause.go Bump Go module to v5 2024-02-08 09:35:39 -05:00