add shortname for certificate signing request

This commit is contained in:
Mike Danese 2016-08-05 14:17:14 -07:00
parent 4c7c408c8c
commit 0ca2511b37

View File

@ -150,6 +150,7 @@ var shortForms = map[string]string{
// and add an entry to valid_resources when appropriate.
"cm": "configmaps",
"cs": "componentstatuses",
"csr": "certificatesigningrequests",
"deploy": "deployments",
"ds": "daemonsets",
"ep": "endpoints",