Add 'ep' as a shortcut for 'endpoints'

This commit is contained in:
Tim Hockin 2015-07-01 23:02:46 -07:00
parent b60c8e567f
commit 3c2359384c

View File

@ -105,6 +105,7 @@ func expandResourceShortcut(resource string) string {
// Please keep this alphabetized
"cs": "componentstatuses",
"ev": "events",
"ep": "endpoints",
"limits": "limitRanges",
"no": "nodes",
"po": "pods",