diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-01-27 10:33:30 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-27 10:33:30 -0500 |
commit | d8f34500088ed50264fba4a770699728099c474a (patch) | |
tree | c9afefa6d5237c2725aa2888cb3f0e480b3db3b2 /pkg/domain/entities | |
parent | 179b9d1745db19cb420b0a8f8d6afa4dfc07dd91 (diff) | |
parent | 21cb3043fcae3f9196a2faeddbaba891f9f3f49c (diff) | |
download | podman-d8f34500088ed50264fba4a770699728099c474a.tar.gz podman-d8f34500088ed50264fba4a770699728099c474a.tar.bz2 podman-d8f34500088ed50264fba4a770699728099c474a.zip |
Merge pull request #9095 from rhatdan/ps
podman-remote ps --external --pod --sort do not work.
Diffstat (limited to 'pkg/domain/entities')
-rw-r--r-- | pkg/domain/entities/containers.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/domain/entities/containers.go b/pkg/domain/entities/containers.go index 4c1bd6a7d..2c32f792f 100644 --- a/pkg/domain/entities/containers.go +++ b/pkg/domain/entities/containers.go @@ -297,8 +297,8 @@ type ContainerListOptions struct { Pod bool Quiet bool Size bool + External bool Sort string - Storage bool Sync bool Watch uint } |