automation-tests/pkg/api/handlers/libpod
Jake Correnti 7b54fd84ec Add `--no-trunc` flag to maintain original annotation length
Adds a `--no-trunc` flag to `podman kube generate` preventing the
annotations from being trimmed at 63 characters. However, due to
the fact the annotations will not be trimmed, any annotation that is
longer than 63 characters means this YAML will no longer be Kubernetes
compatible. However, these YAML files can still be used with `podman
kube play` due to the addition of the new flag below.

Adds a `--no-trunc` flag to `podman kube play` supporting YAML files with
annotations that were not truncated to the Kubernetes maximum length of
63 characters.

Signed-off-by: Jake Correnti <jakecorrenti+github@proton.me>
2023-07-10 18:02:53 -04:00
..
containers.go Add missing return after errors 2023-02-06 20:32:06 +01:00
containers_create.go Use default_ulimits field in containers.conf 2023-03-17 08:04:05 -04:00
containers_stats.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
generate.go Add `--no-trunc` flag to maintain original annotation length 2023-07-10 18:02:53 -04:00
healthcheck.go Add support for startup healthchecks 2022-11-28 13:30:29 -05:00
images.go remote-save: fix permissions and dir formats 2023-05-15 15:30:57 +02:00
images_pull.go Simplify ImagesPull for when Quiet flag is on 2022-08-18 23:48:41 +03:00
images_push.go cmd, push: expose --compression-level 2023-06-21 14:28:16 +02:00
info.go bump go module to version 4 2022-01-18 12:47:07 +01:00
kube.go Add `--no-trunc` flag to maintain original annotation length 2023-07-10 18:02:53 -04:00
manifests.go manifest inspect: support authentication 2023-07-10 16:26:19 +02:00
networks.go Add missing return after errors 2023-02-06 20:32:06 +01:00
play.go Add "podman kube play" cmd 2022-07-13 15:27:03 +01:00
pods.go Pods now return what containers were removed with them 2023-06-01 16:24:59 -04:00
secrets.go Add --replace flag to podman secret create 2023-07-09 07:26:09 -04:00
swagger_spec.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
system.go Add podman system prune --external 2022-12-05 18:09:21 +01:00
volumes.go Add podman volume create --ignore 2022-10-24 17:30:31 +02:00