automation-tests/pkg/api/server
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
..
idle bump golangci-lint to v1.49.0 2022-10-17 09:19:41 +02:00
doc.go Fix system service manpage name in API Documentation 2023-06-11 14:21:46 -04:00
handler_api.go pkg/api: BufferedResponseWriter flush correctly 2023-06-23 16:51:22 +02:00
handler_logging.go system service --log-level=trace: support hijack 2023-03-14 14:33:52 +01:00
handler_panic.go bump go module to version 4 2022-01-18 12:47:07 +01:00
handler_rid.go Replace deprecated ioutil 2022-09-20 15:34:27 -04:00
listener_api.go bump golangci-lint to v1.49.0 2022-10-17 09:19:41 +02:00
register_archive.go Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00
register_auth.go Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00
register_containers.go container wait: support health states 2023-06-23 14:16:32 +02:00
register_distribution.go bump go module to version 4 2022-01-18 12:47:07 +01:00
register_events.go Use 8k buffer to help clients w/ broken parsing 2022-07-29 00:51:44 -05:00
register_exec.go Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00
register_generate.go Add generate systemd -e/--env option 2022-09-06 20:17:11 +09:00
register_healthcheck.go Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00
register_images.go source code comments and docs: fix typos, language, Markdown layout 2023-05-22 07:52:16 +02:00
register_info.go Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00
register_kube.go Add `--no-trunc` flag to maintain original annotation length 2023-07-10 18:02:53 -04:00
register_manifest.go Add --insecure,--tls-verify,--verbose flags to podman manifest inspect 2022-11-03 08:00:15 -04:00
register_monitor.go bump go module to version 4 2022-01-18 12:47:07 +01:00
register_networks.go Fix typos 2023-02-11 18:23:24 +01:00
register_ping.go Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00
register_plugins.go bump go module to version 4 2022-01-18 12:47:07 +01:00
register_pods.go Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00
register_secrets.go Display secret to user in inpspect 2023-06-28 13:14:49 -04:00
register_swagger.go bump go module to version 4 2022-01-18 12:47:07 +01:00
register_swarm.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
register_system.go Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00
register_version.go Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00
register_volumes.go Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00
server.go Remove redundant log message 2022-09-26 06:45:49 +02:00