diff options
author | openshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com> | 2021-08-11 08:38:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-11 08:38:20 +0000 |
commit | 1968fdc874516e1195985024fd268d9a8da22953 (patch) | |
tree | b4fc775df82c68aa64fe8309b1b0d75eeff196f8 /docs/source/markdown | |
parent | 99e7ea51c7ae76216ba37cdfa9100574cb80d957 (diff) | |
parent | ed30ae4a8aacf87cb9be3cfed2e43499cb4d8649 (diff) | |
download | podman-1968fdc874516e1195985024fd268d9a8da22953.tar.gz podman-1968fdc874516e1195985024fd268d9a8da22953.tar.bz2 podman-1968fdc874516e1195985024fd268d9a8da22953.zip |
Merge pull request #11173 from jmguzik/pod-ps-until-filter
Add until filter to podman pod ps
Diffstat (limited to 'docs/source/markdown')
-rw-r--r-- | docs/source/markdown/podman-pod-ps.1.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-pod-ps.1.md b/docs/source/markdown/podman-pod-ps.1.md index 156adccaa..ed0789e93 100644 --- a/docs/source/markdown/podman-pod-ps.1.md +++ b/docs/source/markdown/podman-pod-ps.1.md @@ -98,6 +98,7 @@ Valid filters are listed below: | id | [ID] Pod's ID (accepts regex) | | name | [Name] Pod's name (accepts regex) | | label | [Key] or [Key=Value] Label assigned to a container | +| until | Only list pods created before given timestamp | | status | Pod's status: `stopped`, `running`, `paused`, `exited`, `dead`, `created`, `degraded` | | network | [Network] name or full ID of network | | ctr-names | Container name within the pod (accepts regex) | |