Merge pull request #6597 from fabioy/kubectl-validate

Add "kubectl validate" command to do a cluster health check.
This commit is contained in:
Brendan Burns
2015-04-20 11:21:06 -07:00
56 changed files with 760 additions and 137 deletions

View File

@@ -242,6 +242,7 @@ _kubectl_get()
must_have_one_flag=()
must_have_one_noun=()
must_have_one_noun+=("componentstatus")
must_have_one_noun+=("endpoints")
must_have_one_noun+=("event")
must_have_one_noun+=("limitrange")