Introduce --previous option to kubectl log

This commit is contained in:
Dawn Chen
2015-04-22 15:35:49 -07:00
parent 35c644a45f
commit ecaf0874b2
4 changed files with 25 additions and 2 deletions

View File

@@ -404,6 +404,8 @@ _kubectl_log()
flags+=("--help")
flags+=("-h")
flags+=("--interactive")
flags+=("--previous")
flags+=("-p")
must_have_one_flag=()
must_have_one_noun=()