podman/pkg/signal
Paul Holzinger 70f147d019
cmd/podman/common/completion.go: fix FIXMEs
There is no good way to recommend labels for podman container runlabel.

Add the missing max-size log option. These are the only documented
options so the completion should not suggest something different.

Add proper --stop-signal completion. It will now complete all supported
signal names both upper and lowercase depending on the user input. Also
it work with and without the SIG prefix.

Fixing the TODOs in this file are more complicated since they describe
bigger features.

[NO NEW TESTS NEEDED]

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2022-05-24 17:56:37 +02:00
..
signal_common.go cmd/podman/common/completion.go: fix FIXMEs 2022-05-24 17:56:37 +02:00
signal_common_test.go Unit tests for pkg/specgenutil pkg/signal 2022-04-25 14:48:39 -05:00
signal_linux.go cmd/podman/common/completion.go: fix FIXMEs 2022-05-24 17:56:37 +02:00
signal_linux_mipsx.go cmd/podman/common/completion.go: fix FIXMEs 2022-05-24 17:56:37 +02:00
signal_unix.go cmd/podman/common/completion.go: fix FIXMEs 2022-05-24 17:56:37 +02:00
signal_unsupported.go cmd/podman/common/completion.go: fix FIXMEs 2022-05-24 17:56:37 +02:00