summaryrefslogtreecommitdiff
path: root/cloud/pkg/dynamiccontroller (follow)
Commit message (Expand)AuthorAgeFilesLines
* metaserver support pass through API, open /version path•••Signed-off-by: zhengxinwei <zhengxinwei@huawei.com> zhengxinwei2023-10-072-12/+122
* compatibility modification•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2023-09-111-1/+4
* add Shelley with reviewer•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2023-07-201-0/+1
* remove cloud authorization•••Signed-off-by: vincentgoat <linguohui1@huawei.com> vincentgoat2023-05-291-104/+11
* add gc for watch request in dynamiccontroller•••Signed-off-by: wackxu <xushiwei5@huawei.com> wackxu2023-01-174-1/+107
* add listener manager to store listener•••Signed-off-by: wackxu <xushiwei5@huawei.com> wackxu2023-01-163-20/+217
* add generic informer•••Signed-off-by: wackxu <xushiwei5@huawei.com> wackxu2023-01-163-18/+15
* Merge pull request #4469 from wackxu/usesameid•••clean up handlerCenter and SelectorListenerKubeEdge Bot2023-01-143-12/+19
|\
| * clean up handlerCenter and SelectorListener•••Signed-off-by: wackxu <xushiwei5@huawei.com> wackxu2022-12-083-12/+19
* | fix log output format fails•••Signed-off-by: chen zechun <zechun.chen@daocloud.io> chen zechun2022-12-291-2/+2
|/
* remove not used map in application Center•••Signed-off-by: gy95 <1015105054@qq.com> gy952022-11-141-2/+0
* Merge pull request #3996 from vincentgoat/addowner•••add vincent as reviewerKubeEdge Bot2022-10-251-0/+1
|\
| * add vincent as reviewer•••Signed-off-by: vincentgoat <linguohui1@huawei.com> vincentgoat2022-10-141-0/+1
* | move common application and agent to pkg/metaserver•••Signed-off-by: wackxu <xushiwei5@huawei.com> wackxu2022-10-172-467/+42
|/
* fix application wrong cache ID•••Signed-off-by: vincentgoat <linguohui1@huawei.com> vincentgoat2022-09-261-2/+4
* add featuregate for authorization•••Signed-off-by: vincentgoat <linguohui1@huawei.com> vincentgoat2022-09-241-10/+18
* add autonomy switch when edge node is offline•••Signed-off-by: vincentgoat <linguohui1@huawei.com> vincentgoat2022-09-162-58/+137
* edgecore reports authorization header to cloudcore and cloudcore repalce it i...•••Signed-off-by: chengjin <sdghchj@qq.com> chengjin2022-08-042-34/+42
* klog start with capital letter•••Signed-off-by: zhouguowei <zhouguowei@inspur.com> zhouguowei2022-06-272-7/+7
* filter resource in dynamiccontroller•••Signed-off-by: vincentgoat <linguohui1@huawei.com> vincentgoat2022-05-198-9/+377
* fix bug: fields.Selector for watch•••Signed-off-by: chengjin <sdghchj@qq.com> chengjin2022-04-271-1/+1
* Merge pull request #3742 from Shelley-BaoYue/master-errstatus•••add ErrStatus in api-server applicationKubeEdge Bot2022-04-021-5/+21
|\
| * add ErrStatus in api-server application•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2022-03-261-5/+21
* | Merge pull request #3747 from wackxu/refactormess•••first stage: refactor message layer KubeEdge Bot2022-04-028-513/+7
|\ \
| * | refactor message layer•••Signed-off-by: wackxu <xushiwei5@huawei.com> x004255952022-03-298-513/+7
| |/
* / optimize sendObj accessor•••Signed-off-by: vincentgoat <linguohui1@huawei.com> vincentgoat2022-03-291-6/+5
|/
* fix concurrent map iteration and map write bug•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2022-03-141-4/+12
* add subresource field in application•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2022-03-131-24/+46
* Merge pull request #3293 from Rachel-Shao/resType•••Fix: resType does not matchv1.9.0-beta.0v1.9.0KubeEdge Bot2021-12-031-1/+6
|\
| * modify dc.msg.resource•••Signed-off-by: Rachel-Shao <34911960+Rachel-Shao@users.noreply.github.com> Rachel-Shao2021-11-161-1/+6
* | clean up•••Signed-off-by: muxuelan <muxuelan_yewu@cmss.chinamobile.com> muxuelan2021-11-302-7/+6
* | Merge pull request #3341 from jidalong/word•••fix dynamiccontroller grammar errorsKubeEdge Bot2021-11-232-4/+4
|\ \
| * | fix dynamiccontroller grammar errors•••Signed-off-by: jidalong <jidalong@cmss.chinamobile.com> jidalong2021-11-232-4/+4
* | | Merge pull request #3333 from jidalong/applicationagent•••fix assign grammar of application agentKubeEdge Bot2021-11-231-8/+5
|\ \ \
| * | | fix assign grammar of application agent•••Signed-off-by: jidalong <jidalong@cmss.chinamobile.com> jidalong2021-11-231-8/+5
| |/ /
* / / fix some error log•••Signed-off-by: jidalong <jidalong@cmss.chinamobile.com> jidalong2021-11-181-1/+1
|/ /
* / Add type check for each implementation of Module interface•••Signed-off-by: Haines Chan <hainescx@gmail.com> Haines Chan2021-11-151-0/+2
|/
* avoid print goroutine stack trace when component start failed•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952021-10-292-2/+2
* simplify some codes•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952021-09-181-2/+1
* update code in beehive•••Signed-off-by: fisherxu <xufei40@huawei.com> fisherxu2021-09-171-2/+3
* add socket way for module inter communicate•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952021-09-161-2/+7
* add some unit test cases•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952021-09-131-0/+22
* fixed: the first letter of the fmt.ErrorF is not lowercase•••Signed-off-by: orange <zuxia.ge@daocloud.io> orange2021-09-031-1/+1
* move edgehub moduleName to common module package•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952021-08-311-2/+2
* fix bug: dynamiccontroller use edgecontroller config•••Signed-off-by: gy95 <1015105054@qq.com> gy952021-07-131-7/+0
* Merge pull request #2854 from Rachel-Shao/appGC•••add Gabage-Collection for applicationKubeEdge Bot2021-07-062-3/+82
|\
| * add unit test•••Signed-off-by: Rachel-Shao <34911960+Rachel-Shao@users.noreply.github.com> Rachel-Shao2021-06-162-2/+52
| * add a shutdown signal to agent and a defaultAgent•••Signed-off-by: Rachel-Shao <34911960+Rachel-Shao@users.noreply.github.com> Signed-off-by: Rachel-Shao <34911960+Rachel-Shao@users.noreply.github.com> Rachel-Shao2021-06-161-12/+18
| * some adjustment•••Signed-off-by: Rachel-Shao <34911960+Rachel-Shao@users.noreply.github.com> Rachel-Shao2021-06-161-2/+2
| * appgc•••Signed-off-by: Rachel-Shao <34911960+Rachel-Shao@users.noreply.github.com> Rachel-Shao2021-06-161-2/+25