diff options
| author | zhangjie <iamkadisi@163.com> | 2019-09-25 10:36:41 +0800 |
|---|---|---|
| committer | zhangjie <iamkadisi@163.com> | 2019-09-25 10:36:41 +0800 |
| commit | 46e0e324a2eeb791c389b17baac1252191534956 (patch) | |
| tree | 36c501b5d9d3c0c81221882c7c5200924dfe2ae3 /edge | |
| parent | Merge pull request #616 from edisonxiang/csiproposal (diff) | |
| download | kubeedge-46e0e324a2eeb791c389b17baac1252191534956.tar.gz | |
delete useless sync group module
Signed-off-by: zhangjie <iamkadisi@163.com>
Diffstat (limited to 'edge')
| -rw-r--r-- | edge/pkg/edgehub/controller.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/edge/pkg/edgehub/controller.go b/edge/pkg/edgehub/controller.go index c6b457ad6..25abd9e5f 100644 --- a/edge/pkg/edgehub/controller.go +++ b/edge/pkg/edgehub/controller.go @@ -25,7 +25,6 @@ const ( var groupMap = map[string]string{ "resource": modules.MetaGroup, "twin": modules.TwinGroup, - "app": "sync", "func": modules.MetaGroup, "user": modules.BusGroup, } |
