podman/pkg/k8s.io
Arthur Wu 17601aa913 Pod YAML: Add support for `lifecycle.stopSignal`
The field allows users to specify a custom stop signal (e.g., SIGUSR1) per container.
If defined, it overrides the default stop signal (SIGTERM) or that defined in the image metadata.

Fixes: #25389

Signed-off-by: Arthur Wu <lion811004@gmail.com>
2025-06-23 08:23:31 -04:00
..
api Pod YAML: Add support for `lifecycle.stopSignal` 2025-06-23 08:23:31 -04:00
apimachinery Fix QF1003: could use tagged switch" staticcheck warning 2025-03-31 12:27:55 -07:00
README.md pkg/k8s.io: add small readme with copyright notice 2022-03-15 14:48:11 +01:00

README.md

The code in this directory was copied from Kubernetes version 0.22.5:

The code is heavily modified by the Podman team (mostly removing unneeded code) to reduce the resulting binary size. The copyright belongs to the Kubernetes Authors and is licensed under Apache-2.0, also check the license headers in the files.