summaryrefslogtreecommitdiff
path: root/cloud/pkg/dynamiccontroller/application (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
* 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-173-1/+105
* 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-161-16/+13
* clean up handlerCenter and SelectorListener•••Signed-off-by: wackxu <xushiwei5@huawei.com> wackxu2022-12-083-12/+19
* remove not used map in application Center•••Signed-off-by: gy95 <1015105054@qq.com> gy952022-11-141-2/+0
* 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-271-4/+4
* filter resource in dynamiccontroller•••Signed-off-by: vincentgoat <linguohui1@huawei.com> vincentgoat2022-05-193-6/+14
* 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-023-5/+5
|\ \
| * | refactor message layer•••Signed-off-by: wackxu <xushiwei5@huawei.com> x004255952022-03-293-5/+5
| |/
* / 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
|/
* avoid print goroutine stack trace when component start failed•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952021-10-291-1/+1
* 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
* 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
* | use function to get content as []byte•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952021-06-191-1/+6
|/
* stop to create listener when application center server list•••Signed-off-by: GsssC <914617455@qq.com> GsssC2021-04-151-3/+0
* Merge pull request #2705 from Iceber/dynamiccontroller•••cloud/dynamiccontroller: add ProcessApplicationKubeEdge Bot2021-04-151-113/+120
|\
| * cloud/dynamiccontroller: add ProcessApplication•••Signed-off-by: Iceber Gu <wei.cai-nat@daocloud.io> Iceber Gu2021-04-121-113/+120
* | Merge pull request #2709 from Iceber/fix-selector-listener•••cloud/dynamiccontroller: fix the sendObj of the SelectorListenerKubeEdge Bot2021-03-241-7/+12
|\ \
| * | cloud/dynamiccontroller: fix the sendObj of the SelectorListener•••Signed-off-by: Iceber Gu <wei.cai-nat@daocloud.io> Iceber Gu2021-03-241-7/+12
| |/
* | Merge pull request #2707 from Iceber/fix-tobytes•••cloud/dynamiccontroller: fix toBytesKubeEdge Bot2021-03-241-12/+10
|\ \
| * | cloud/dynamiccontroller: fix toBytes•••Signed-off-by: Iceber Gu <wei.cai-nat@daocloud.io> Iceber Gu2021-03-241-12/+10
| |/
* / cloud/dynamiccontroller: fix close application•••Signed-off-by: Iceber Gu <wei.cai-nat@daocloud.io> Iceber Gu2021-03-241-1/+5
|/
* fix watch issue•••Signed-off-by: Abirdcfly <fp544037857@gmail.com> Abirdcfly2021-03-111-1/+6
* fix the golint issue•••Signed-off-by: fisherxu <xufei40@huawei.com> fisherxu2021-02-271-7/+7