mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 13:02:14 +00:00
Merge pull request #10665 from thockin/ep-shortcut
Add 'ep' as a shortcut for 'endpoints'
This commit is contained in:
commit
056ed89706
@ -105,6 +105,7 @@ func expandResourceShortcut(resource string) string {
|
|||||||
// Please keep this alphabetized
|
// Please keep this alphabetized
|
||||||
"cs": "componentstatuses",
|
"cs": "componentstatuses",
|
||||||
"ev": "events",
|
"ev": "events",
|
||||||
|
"ep": "endpoints",
|
||||||
"limits": "limitRanges",
|
"limits": "limitRanges",
|
||||||
"no": "nodes",
|
"no": "nodes",
|
||||||
"po": "pods",
|
"po": "pods",
|
||||||
|
Loading…
Reference in New Issue
Block a user