Add Kubectl support for Daemon
This commit is contained in:

committed by
Mike Danese

parent
a92c8b6886
commit
30f5b93d2f
@@ -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 {
|
||||
|
Reference in New Issue
Block a user