Merge pull request #13183 from mikedanese/daemon_kubectl

Add daemonset support to kubectl
This commit is contained in:
Mike Danese
2015-09-16 19:02:36 -07:00
7 changed files with 208 additions and 4 deletions

View File

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