Merge pull request #9705 from hurf/label4describe

Add label support for kubectl describe
This commit is contained in:
Fabio Yeon
2015-06-15 19:33:09 -07:00
5 changed files with 29 additions and 11 deletions

View File

@@ -275,6 +275,8 @@ _kubectl_describe()
flags+=("--help")
flags+=("-h")
flags+=("--selector=")
two_word_flags+=("-l")
must_have_one_flag=()
must_have_one_noun=()