automation-tests/cmd/podman/networks
Paul Holzinger 34de0feda5
cmd/podman: refactor Context handling
The PodmanOptionsKey is never used anywhere so it is pointless to add
this. Second having several functions to return the same context makes
no sense so fold them all into one. Lastly create the context once and
always return the same one instead of having to nil check each time.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2025-02-12 14:01:10 +01:00
..
connect.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
create.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
disconnect.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
exists.go cmd/podman: refactor Context handling 2025-02-12 14:01:10 +01:00
inspect.go podman network inspect: include running containers 2024-02-28 16:33:26 +01:00
list.go add `list` as an alias to list networks 2024-04-17 17:10:22 +02:00
network.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
reload.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
rm.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
update.go Bump Go module to v5 2024-02-08 09:35:39 -05:00