Get printer from factory to retrieve handled resources

This commit is contained in:
Janet Kuo
2015-08-31 12:04:12 -07:00
parent 23740d9080
commit b673920ccf
5 changed files with 53 additions and 2 deletions

View File

@@ -848,6 +848,7 @@ _kubectl_label()
must_have_one_noun+=("secret")
must_have_one_noun+=("service")
must_have_one_noun+=("serviceaccount")
must_have_one_noun+=("thirdpartyresource")
}
_kubectl_annotate()