automation-tests/cmd/podman/pods
Paul Holzinger 3cfd4ce45e Fix --network parsing for podman pod create
The `--network` flag is parsed differently for `podman pod create`.
This causes confusion and problems for users. The extra parsing
logic ignored unsupported network options such as `none`,
`container:...` and `ns:...` and instead interpreted them as cni
network names.

Tests are added to ensure the correct errors are shown.

Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
2021-01-31 16:01:02 +01:00
..
create.go Fix --network parsing for podman pod create 2021-01-31 16:01:02 +01:00
exists.go Add shell completion with cobra 2020-11-12 11:38:31 +01:00
inspect.go Fix problems reported by staticcheck 2021-01-12 16:11:09 +01:00
kill.go Add shell completion with cobra 2020-11-12 11:38:31 +01:00
pause.go Add shell completion with cobra 2020-11-12 11:38:31 +01:00
pod.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
prune.go Fix problems reported by staticcheck 2021-01-12 16:11:09 +01:00
ps.go Add Networks format placeholder to podman ps and pod ps 2021-01-09 19:15:43 +01:00
restart.go Add shell completion with cobra 2020-11-12 11:38:31 +01:00
rm.go Fix problems reported by staticcheck 2021-01-12 16:11:09 +01:00
start.go Add shell completion with cobra 2020-11-12 11:38:31 +01:00
stats.go Add 'MemUsageBytes' format option 2021-01-12 23:38:08 +00:00
stop.go Add shell completion with cobra 2020-11-12 11:38:31 +01:00
top.go Implement shell completion for podman top 2020-11-23 23:45:33 +01:00
unpause.go Add shell completion with cobra 2020-11-12 11:38:31 +01:00