aboutsummaryrefslogtreecommitdiff
path: root/pkg/domain/entities/pods.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-12-23 19:28:08 +0100
committerGitHub <noreply@github.com>2021-12-23 19:28:08 +0100
commit73a54ea54d0a1b4ccaa2a0e23c678e5b7c1d5c37 (patch)
tree98bbc1c08061cde903f5b1aef21790d66e8e742e /pkg/domain/entities/pods.go
parent5570b5b9751894d509be2b478685097cf8fde923 (diff)
parente8c06fac97f56ccc710584731d8b52ed58fbd2dd (diff)
downloadpodman-73a54ea54d0a1b4ccaa2a0e23c678e5b7c1d5c37.tar.gz
podman-73a54ea54d0a1b4ccaa2a0e23c678e5b7c1d5c37.tar.bz2
podman-73a54ea54d0a1b4ccaa2a0e23c678e5b7c1d5c37.zip
Merge pull request #12627 from rhatdan/passwd
Allow users to add host user accounts to /etc/passwd
Diffstat (limited to 'pkg/domain/entities/pods.go')
-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 5c5fa0cb3..f9850e5a8 100644
--- a/pkg/domain/entities/pods.go
+++ b/pkg/domain/entities/pods.go
@@ -189,6 +189,7 @@ type ContainerCreateOptions struct {
HealthTimeout string
Hostname string `json:"hostname,omitempty"`
HTTPProxy bool
+ HostUsers []string
ImageVolume string
Init bool
InitContainerType string