automation-tests/pkg/domain/infra/tunnel
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
..
auto-update.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
containers.go container wait: support health states 2023-06-23 14:16:32 +02:00
events.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
healthcheck.go bump go module to version 4 2022-01-18 12:47:07 +01:00
helpers.go fix remote start --filter 2023-04-17 15:11:40 +02:00
images.go cmd, push: expose --compression-level 2023-06-21 14:28:16 +02:00
kube.go Add `--no-trunc` flag to maintain original annotation length 2023-07-10 18:02:53 -04:00
manifest.go manifest inspect: support authentication 2023-07-10 16:26:19 +02:00
network.go network: add support for podman network update and --network-dns-server 2023-01-12 20:19:14 +05:30
pods.go fix podman pod inspect to support multiple pods 2022-09-08 10:28:42 +02:00
runtime.go Add support to sig-proxy for podman-remote 2022-09-20 22:52:45 +03:00
secrets.go Add --replace flag to podman secret create 2023-07-09 07:26:09 -04:00
system.go Add a new hidden command, podman system locks 2023-06-05 14:47:12 -04:00
trust.go bump go module to version 4 2022-01-18 12:47:07 +01:00
volumes.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00