podman/pkg/api/handlers
Matt Heon 482ef7bfcf Add support for updating restart policy
This is something Docker does, and we did not do until now. Most
difficult/annoying part was the REST API, where I did not really
want to modify the struct being sent, so I made the new restart
policy parameters query parameters instead.

Testing was also a bit annoying, because testing restart policy
always is.

Signed-off-by: Matt Heon <mheon@redhat.com>
2024-04-17 08:23:51 -04:00
..
compat Add support for updating restart policy 2024-04-17 08:23:51 -04:00
libpod Add support for updating restart policy 2024-04-17 08:23:51 -04:00
swagger Add support for updating restart policy 2024-04-17 08:23:51 -04:00
types Bump Go module to v5 2024-02-08 09:35:39 -05:00
utils Bump Go module to v5 2024-02-08 09:35:39 -05:00
changes.go Accept a config blob alongside the "changes" slice when committing 2023-11-30 09:00:52 -05:00
changes_test.go Accept a config blob alongside the "changes" slice when committing 2023-11-30 09:00:52 -05:00
decoder.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
types.go Fix reference to deprecated types.Info 2024-03-27 08:17:10 -05:00