Introduce a ResourceQuota object

This commit is contained in:
derekwaynecarr
2015-01-23 12:38:30 -05:00
parent c8f61885df
commit 829fa69527
35 changed files with 1692 additions and 23 deletions

View File

@@ -149,6 +149,7 @@ func expandResourceShortcut(resource string) string {
"mi": "minions",
"ev": "events",
"limits": "limitRanges",
"quota": "resourceQuotas",
}
if expanded, ok := shortForms[resource]; ok {
return expanded