summaryrefslogtreecommitdiff
path: root/pkg/domain/entities/play.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-10-26 10:53:26 +0000
committerGitHub <noreply@github.com>2021-10-26 10:53:26 +0000
commit4d75df8be380cff4df082bd6fc2f05aa2c433723 (patch)
tree99ef73a78541017921848d11729384e019d2f1ff /pkg/domain/entities/play.go
parentf82f93c9bdaca49765019966df43384d34469575 (diff)
parentacd8b4900058c364a660a4a01319a8d9cd097896 (diff)
downloadpodman-4d75df8be380cff4df082bd6fc2f05aa2c433723.tar.gz
podman-4d75df8be380cff4df082bd6fc2f05aa2c433723.tar.bz2
podman-4d75df8be380cff4df082bd6fc2f05aa2c433723.zip
Merge pull request #12086 from rhatdan/log
Add support to play kube for --log-opt
Diffstat (limited to 'pkg/domain/entities/play.go')
-rw-r--r--pkg/domain/entities/play.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/domain/entities/play.go b/pkg/domain/entities/play.go
index 715d8acaf..ad35dfe25 100644
--- a/pkg/domain/entities/play.go
+++ b/pkg/domain/entities/play.go
@@ -46,6 +46,8 @@ type PlayKubeOptions struct {
ConfigMaps []string
// LogDriver for the container. For example: journald
LogDriver string
+ // LogOptions for the log driver for the container.
+ LogOptions []string
// Start - don't start the pod if false
Start types.OptionalBool
}