mirror of https://github.com/containers/podman.git
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> |
||
---|---|---|
.. | ||
api | ||
apimachinery | ||
README.md |
README.md
The code in this directory was copied from Kubernetes version 0.22.5:
- https://github.com/kubernetes/apimachinery/tree/v0.22.5
- https://github.com/kubernetes/api/tree/v0.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.