Merge pull request #706 from 14rcole/kpod-stats

Kpod stats
This commit is contained in:
Mrunal Patel 2017-08-17 11:24:38 -07:00 committed by GitHub
commit f82fe5691a
134 changed files with 42027 additions and 33 deletions

View file

@ -219,6 +219,25 @@ _kpod_rmi() {
esac
}
_kpod_stats() {
local boolean_options="
--help
--all
-a
--no-stream
--format
"
case "$cur" in
-*)
COMPREPLY=($(compgen -W "$boolean_options $options_with_args" -- "$cur"))
;;
*)
__kpod_list_containers
;;
esac
}
kpod_tag() {
local options_with_args="
"
@ -304,6 +323,7 @@ _kpod_kpod() {
pull
push
rmi
stats
tag
umount
unmount