PV & PVC Client implementation

This commit is contained in:
markturansky
2015-03-26 15:50:36 -04:00
parent c048e6fcbf
commit 95bd170ca2
38 changed files with 2058 additions and 30 deletions

View File

@@ -107,6 +107,8 @@ func expandResourceShortcut(resource string) string {
"ev": "events",
"limits": "limitRanges",
"quota": "resourceQuotas",
"pv": "persistentVolumes",
"pvc": "persistentVolumeClaims",
}
if expanded, ok := shortForms[resource]; ok {
return expanded