summaryrefslogtreecommitdiff
path: root/cmd/podman/cliconfig/config.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-03-29 07:59:11 -0700
committerGitHub <noreply@github.com>2019-03-29 07:59:11 -0700
commitf4d90a96cb7eabde3d999390619aae683e05b00e (patch)
treedc4ca45a61a3eb9ba0c101fb2d3bfc5cfe9a2bb9 /cmd/podman/cliconfig/config.go
parent8b5f101726408c6d1d0649b68ba1e47d61765ce2 (diff)
parent3423c5a8c9fe4853880959a67073c697402648eb (diff)
downloadpodman-f4d90a96cb7eabde3d999390619aae683e05b00e.tar.gz
podman-f4d90a96cb7eabde3d999390619aae683e05b00e.tar.bz2
podman-f4d90a96cb7eabde3d999390619aae683e05b00e.zip
Merge pull request #2691 from baude/psdynamic
Add watch mode to podman ps
Diffstat (limited to 'cmd/podman/cliconfig/config.go')
-rw-r--r--cmd/podman/cliconfig/config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/cliconfig/config.go b/cmd/podman/cliconfig/config.go
index 884bd7fdb..f7ac0de6c 100644
--- a/cmd/podman/cliconfig/config.go
+++ b/cmd/podman/cliconfig/config.go
@@ -357,6 +357,7 @@ type PsValues struct {
Size bool
Sort string
Sync bool
+ Watch uint
}
type PullValues struct {