Add namespace describer

This commit is contained in:
derekwaynecarr
2015-06-09 15:50:44 -04:00
parent 43a423f6fc
commit 5b005fa30b
2 changed files with 135 additions and 0 deletions

View File

@@ -280,6 +280,7 @@ _kubectl_describe()
must_have_one_noun=()
must_have_one_noun+=("limitrange")
must_have_one_noun+=("minion")
must_have_one_noun+=("namespace")
must_have_one_noun+=("node")
must_have_one_noun+=("persistentvolume")
must_have_one_noun+=("persistentvolumeclaim")