Merge pull request #11734 from thockin/cleanup-deprecated-rest-alias

Remove deprecated 'se' resource alias
This commit is contained in:
Marek Grabowski
2015-07-27 12:56:43 +02:00
3 changed files with 2 additions and 3 deletions

View File

@@ -114,7 +114,6 @@ func expandResourceShortcut(resource string) string {
"pvc": "persistentvolumeclaims",
"quota": "resourcequotas",
"rc": "replicationcontrollers",
"se": "services", // DEPRECATED: will be removed before 1.0
"svc": "services",
}
if expanded, ok := shortForms[resource]; ok {