diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-03-14 09:53:49 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-14 09:53:49 -0700 |
commit | fc5951ad55b5d9c4e2cc9ca0188c1adf8a12a3bb (patch) | |
tree | 06c269da2e787b6ed77cb9be5e0d835d336109bb /cmd/podman/cliconfig/config.go | |
parent | 38d2b952fb5e285183795e2b2533e83bfdf96615 (diff) | |
parent | a4b3b9ffbb9bf4cac1863ac8c3b5dbf7748f9fdd (diff) | |
download | podman-fc5951ad55b5d9c4e2cc9ca0188c1adf8a12a3bb.tar.gz podman-fc5951ad55b5d9c4e2cc9ca0188c1adf8a12a3bb.tar.bz2 podman-fc5951ad55b5d9c4e2cc9ca0188c1adf8a12a3bb.zip |
Merge pull request #1642 from kunalkushwaha/image-tree
Tree implementation for podman images
Diffstat (limited to 'cmd/podman/cliconfig/config.go')
-rw-r--r-- | cmd/podman/cliconfig/config.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cmd/podman/cliconfig/config.go b/cmd/podman/cliconfig/config.go index ec08eedb5..cb9d9a338 100644 --- a/cmd/podman/cliconfig/config.go +++ b/cmd/podman/cliconfig/config.go @@ -66,6 +66,11 @@ type TagValues struct { PodmanCommand } +type TreeValues struct { + PodmanCommand + WhatRequires bool +} + type WaitValues struct { PodmanCommand Interval uint |