mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 12:43:23 +00:00
Merge pull request #30165 from mikedanese/shortname
Automatic merge from submit-queue add shortname for certificate signing request in kubectl #30163
This commit is contained in:
commit
b22ba87ab3
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user