Merge pull request #10665 from thockin/ep-shortcut

Add 'ep' as a shortcut for 'endpoints'
This commit is contained in:
Yu-Ju Hong 2015-07-06 09:55:06 -07:00
commit 056ed89706

View File

@ -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",