summaryrefslogtreecommitdiff
path: root/pkg/domain
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-03-14 07:50:15 -0400
committerGitHub <noreply@github.com>2022-03-14 07:50:15 -0400
commit219f1162407b8f4c2c05aa07166b999d64ead113 (patch)
tree0a25a2cf34698a2e3e7651a1bcda6cbcb0b08b44 /pkg/domain
parent0144cabc41b82e4c1b59f681ca845c01ae1735de (diff)
parente8968c867f7af21f9e5eec661f7e057a74127511 (diff)
downloadpodman-219f1162407b8f4c2c05aa07166b999d64ead113.tar.gz
podman-219f1162407b8f4c2c05aa07166b999d64ead113.tar.bz2
podman-219f1162407b8f4c2c05aa07166b999d64ead113.zip
Merge pull request #13221 from LStandman/main
Add support for --chrootdirs
Diffstat (limited to 'pkg/domain')
-rw-r--r--pkg/domain/entities/pods.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/domain/entities/pods.go b/pkg/domain/entities/pods.go
index 6fb3db1b5..da93d3f8b 100644
--- a/pkg/domain/entities/pods.go
+++ b/pkg/domain/entities/pods.go
@@ -263,6 +263,7 @@ type ContainerCreateOptions struct {
Workdir string
SeccompPolicy string
PidFile string
+ ChrootDirs []string
IsInfra bool
IsClone bool