Commit b22ba87a authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #30165 from mikedanese/shortname

Automatic merge from submit-queue add shortname for certificate signing request in kubectl #30163
parents e800c391 0ca2511b
...@@ -150,6 +150,7 @@ var shortForms = map[string]string{ ...@@ -150,6 +150,7 @@ var shortForms = map[string]string{
// and add an entry to valid_resources when appropriate. // and add an entry to valid_resources when appropriate.
"cm": "configmaps", "cm": "configmaps",
"cs": "componentstatuses", "cs": "componentstatuses",
"csr": "certificatesigningrequests",
"deploy": "deployments", "deploy": "deployments",
"ds": "daemonsets", "ds": "daemonsets",
"ep": "endpoints", "ep": "endpoints",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment