summaryrefslogtreecommitdiff
path: root/cmd/podman/pods/ps.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-05-26 13:59:09 -0400
committerGitHub <noreply@github.com>2022-05-26 13:59:09 -0400
commitbf403c8d3f6e7ef0d24a394506d0665fec15a592 (patch)
tree3f76b623eb786494252eaa0894a92a1d0ee4e601 /cmd/podman/pods/ps.go
parente3663fbd7a9b96095edf3771000ba77892578bb5 (diff)
parentc9f6639eccd112d3d774f2e3e8fe61c3943e9caa (diff)
downloadpodman-bf403c8d3f6e7ef0d24a394506d0665fec15a592.tar.gz
podman-bf403c8d3f6e7ef0d24a394506d0665fec15a592.tar.bz2
podman-bf403c8d3f6e7ef0d24a394506d0665fec15a592.zip
Merge pull request #14373 from umohnani8/todo-2
Fix TODO in pod/ps.go and parse/net.go
Diffstat (limited to 'cmd/podman/pods/ps.go')
-rw-r--r--cmd/podman/pods/ps.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/podman/pods/ps.go b/cmd/podman/pods/ps.go
index a89448275..aa42e1983 100644
--- a/cmd/podman/pods/ps.go
+++ b/cmd/podman/pods/ps.go
@@ -49,7 +49,6 @@ func init() {
flags.BoolVar(&psInput.CtrNames, "ctr-names", false, "Display the container names")
flags.BoolVar(&psInput.CtrIds, "ctr-ids", false, "Display the container UUIDs. If no-trunc is not set they will be truncated")
flags.BoolVar(&psInput.CtrStatus, "ctr-status", false, "Display the container status")
- // TODO should we make this a [] ?
filterFlagName := "filter"
flags.StringSliceVarP(&inputFilters, filterFlagName, "f", []string{}, "Filter output based on conditions given")