automation-tests/cmd/podman/kube
Vikas Goel 89b415ba37 Comply to Kubernetes specifications for annotation size.
An annotation is a pair of key-value. The key has two parts, viz. a name and an optional prefix in DNS format.

The limitations on name is 63, prefix 253 chars. The limitation on total size of all key+value pairs combined is 256KB.

https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/#syntax-and-character-set

Fixes: https://github.com/containers/podman/issues/21663

Signed-off-by: Vikas Goel <vikas.goel@gmail.com>
2024-02-20 14:58:35 -08:00
..
apply.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
down.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
generate.go Comply to Kubernetes specifications for annotation size. 2024-02-20 14:58:35 -08:00
kube.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
play.go Comply to Kubernetes specifications for annotation size. 2024-02-20 14:58:35 -08:00