Add completions

This commit is contained in:
Clayton Coleman 2015-04-21 17:26:29 -04:00
parent 7f1f0cd233
commit 09d86b5fdb

View File

@ -251,6 +251,7 @@ _kubectl_get()
must_have_one_noun+=("persistentvolume")
must_have_one_noun+=("persistentvolumeclaim")
must_have_one_noun+=("pod")
must_have_one_noun+=("podtemplate")
must_have_one_noun+=("replicationcontroller")
must_have_one_noun+=("resourcequota")
must_have_one_noun+=("secret")