Enable -c for kubectl logs container arg

This commit is contained in:
Janet Kuo
2015-06-29 17:48:00 -07:00
parent f41c0d0202
commit 62b488359f
4 changed files with 30 additions and 11 deletions

View File

@@ -428,6 +428,8 @@ _kubectl_logs()
flags_with_completion=()
flags_completion=()
flags+=("--container=")
two_word_flags+=("-c")
flags+=("--follow")
flags+=("-f")
flags+=("--help")