Add support for the userns annotation in kube play

[NO NEW TESTS NEEDED]

Signed-off-by: Anchit Bajaj <ab@abifog.com>
This commit is contained in:
Anchit Bajaj
2023-12-02 23:00:24 +01:00
parent 443e779a1f
commit 04519234e8
3 changed files with 11 additions and 1 deletions

View File

@ -149,6 +149,10 @@ const (
// pod creation
InfraNameAnnotation = "io.podman.annotations.infra.name"
// UserNsAnnotation is used by play kube when playing a kube yaml to specify userns
// of the container
UserNsAnnotation = "io.podman.annotations.userns"
// UlimitAnnotation is used by kube play when playing a kube yaml to specify the ulimits
// of the container
UlimitAnnotation = "io.podman.annotations.ulimit"