spiegel_podman/pkg/domain/entities
Jan Rodák a6a7bcd017
[v5.4] Fix HealthCheck log destination, count, and size defaults
GoLang sets unset values to the default value of the type. This means that the destination of the log is an empty string and the count and size are set to 0. However, this means that size and count are unbounded, and this is not the default behavior.

Fixes: https://github.com/containers/podman/issues/25473
Fixes: https://issues.redhat.com/browse/RHEL-83262
Fixes: https://issues.redhat.com/browse/RHEL-83557
Fixes: https://issues.redhat.com/browse/RHEL-83556

Signed-off-by: Jan Rodák <hony.com@seznam.cz>
(cherry picked from commit fff42ac232)
Signed-off-by: Jan Rodák <hony.com@seznam.cz>
2025-03-14 16:04:38 +01:00
..
reports Removing the RawInput from the API output 2022-11-17 15:41:01 +09:00
types Clean up after unexpectedly terminated build 2025-01-27 14:21:27 +01:00
apply.go Add podman kube apply command 2022-11-01 15:30:17 -04:00
artifact.go Add type and annotations to artifact add 2025-02-04 15:13:00 -05:00
auto-update.go auto update: fix usage of --authfile 2023-07-05 08:30:39 +02:00
container_ps.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
containers.go cleanup: add new --stopped-only option 2024-08-27 15:01:23 +02:00
engine.go remote: fix incorrect CONTAINER_CONNECTION parsing 2024-06-21 14:01:22 +02:00
engine_container.go Add podman system check for checking storage consistency 2024-06-04 10:00:37 -04:00
engine_image.go Add type and annotations to artifact add 2025-02-04 15:13:00 -05:00
events.go properly implement pull-error event status 2024-03-05 10:50:42 +01:00
filters.go Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00
generate.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
healthcheck.go podmanv2 enable healthcheck run 2020-03-29 18:48:29 -05:00
images.go scp: add option types 2024-10-14 21:46:55 -04:00
machine.go Add disclaimer to podman machine info manpage. 2024-09-03 15:23:18 -04:00
manifest.go manifest annotate: connect IndexAnnotations 2024-12-06 15:43:00 -05:00
network.go swagger fix infinitive recursion on some types 2024-04-12 15:26:34 +02:00
play.go Add --no-hostname option 2025-01-15 06:51:32 -05:00
pods.go [v5.4] Fix HealthCheck log destination, count, and size defaults 2025-03-14 16:04:38 +01:00
scp.go scp: add option types 2024-10-14 21:46:55 -04:00
secrets.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
set.go Fix Id->ID where possible for lint 2020-06-10 05:49:41 -04:00
system.go Add podman system check for checking storage consistency 2024-06-04 10:00:37 -04:00
types.go Add --no-hostname option 2025-01-15 06:51:32 -05:00
volumes.go swagger fix infinitive recursion on some types 2024-04-12 15:26:34 +02:00