Add Kubectl support for Daemon

This commit is contained in:
Ananya Kumar
2015-08-27 10:18:16 -07:00
committed by Mike Danese
parent a92c8b6886
commit 30f5b93d2f
4 changed files with 221 additions and 5 deletions

View File

@@ -105,6 +105,7 @@ func expandResourceShortcut(resource string) string {
"pvc": "persistentvolumeclaims",
"quota": "resourcequotas",
"rc": "replicationcontrollers",
"dm": "daemons",
"svc": "services",
}
if expanded, ok := shortForms[resource]; ok {