mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 20:50:24 +00:00
Introduce a ResourceQuota object
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user