diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-03-10 14:36:53 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-10 14:36:53 -0500 |
commit | 7ba81ead38d0c4fb2e583224257a0497789552fc (patch) | |
tree | f7e546f59992980f64b75857a2e5aa0b4751a62b /pkg/domain/entities | |
parent | a5e327941423983529b771a03691dc2fe2390e0f (diff) | |
parent | feaa1a134a4fd0a7d25bab485708a201321bfb56 (diff) | |
download | podman-7ba81ead38d0c4fb2e583224257a0497789552fc.tar.gz podman-7ba81ead38d0c4fb2e583224257a0497789552fc.tar.bz2 podman-7ba81ead38d0c4fb2e583224257a0497789552fc.zip |
Merge pull request #13445 from rhatdan/annotation
Add podman play kube --annotation
Diffstat (limited to 'pkg/domain/entities')
-rw-r--r-- | pkg/domain/entities/play.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/domain/entities/play.go b/pkg/domain/entities/play.go index 7614a4012..c9dc3f08c 100644 --- a/pkg/domain/entities/play.go +++ b/pkg/domain/entities/play.go @@ -8,6 +8,8 @@ import ( // PlayKubeOptions controls playing kube YAML files. type PlayKubeOptions struct { + // Annotations - Annotations to add to Pods + Annotations map[string]string // Authfile - path to an authentication file. Authfile string // Indicator to build all images with Containerfile or Dockerfile |