PV & PVC Client implementation
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user