automation-tests/cmd/podman/pods
Kir Kolyshkin 5f997a70bd cmd/podman/pods/create: fix break statement
This code was [somewhat messy but] correct until commit 51fbf3da9e
started to use switch instead of if, and since that time break is
breaking from the inner "switch" (rather than on the outer "for" as
originally intended).

This also fixes the following staticcheck warnings:

> cmd/podman/pods/create.go:242:5: SA4011: ineffective break statement. Did you mean to break out of the outer loop? (staticcheck)
> 				break
> 				^
> cmd/podman/pods/create.go:245:5: SA4011: ineffective break statement. Did you mean to break out of the outer loop? (staticcheck)
> 				break
> 				^

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2025-04-15 14:55:53 -07:00
..
clone.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
create.go cmd/podman/pods/create: fix break statement 2025-04-15 14:55:53 -07: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 podman logs: allow options after argument 2025-03-28 10:39:35 +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 ci: rm allow-unused from nolintlint settings 2025-03-31 12:27:55 -07: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 remove github.com/buger/goterm dependency 2025-03-31 19:17:55 +02: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