Add namespace flag to kpod ps

The namespace flag prints out information about the namespaces

Signed-off-by: umohnani8 <umohnani@redhat.com>
This commit is contained in:
umohnani8 2017-09-08 15:50:33 -04:00
parent 36584e6f34
commit 38e9f07844
4 changed files with 140 additions and 26 deletions

View file

@ -361,6 +361,7 @@ _kpod_ps() {
--no-trunc
--quiet -q
--size -s
--namespace --ns
"
_complete_ "$options_with_args" "$boolean_options"
}