summaryrefslogtreecommitdiff
path: root/cloud/pkg/edgecontroller/controller/downstream.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix the reference to api/client after completing the migration•••Signed-off-by: wbc6080 <wangbincheng4@huawei.com> wbc60802024-08-101-1/+1
* Migrate client and openapi to the api directory and adjust dependency references•••Signed-off-by: wbc6080 <wangbincheng4@huawei.com> wbc60802024-08-091-2/+2
* Modify the way each component in kubeedge refers to API dependencies and chan...•••Signed-off-by: wbc6080 <wangbincheng4@huawei.com> wbc60802024-08-081-2/+2
* support operations: upgrade edge node from cloud•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952022-09-221-1/+2
* Fix-4077: remove edgecontroller downstream endpointsManager avoid memory leak•••Signed-off-by: chengengkun <1366542563@qq.com> chengengkun2022-07-301-23/+0
* refactor message layer•••Signed-off-by: wackxu <xushiwei5@huawei.com> x004255952022-03-291-2/+2
* Move apis and client under kubeedge/cloud/pkg/ to kubeedge/pkg/•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952022-03-111-2/+2
* do not maintain nodestatus in localcache•••Signed-off-by: Congrool <chpzhangyifei@qq.com> Congrool2021-10-141-20/+3
* move edgecontroller config into EdgeController struct•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952021-07-131-9/+10
* remove edgemesh from edgecore•••Signed-off-by: fisherxu <xufei40@huawei.com> fisherxu2021-06-211-224/+0
* Merge pull request #2879 from gy95/edgecontroller•••fix msg log print use correct msgKubeEdge Bot2021-06-151-10/+10
|\
| * fix msg log print use correct msg•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952021-06-031-10/+10
* | router processing message add exit rule•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952021-06-111-2/+2
|/
* modify interface name to KubeEdgeCustomInformer•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952021-05-141-1/+1
* cloudcore: should reassign the result of selector.Add to selector•••Signed-off-by: LIYUNFAN <leeyunfans@gmail.com> LIYUNFAN2021-04-161-2/+2
* edgecontroller: fix downstream easier to read•••Signed-off-by: zc <ce.zheng@daocloud.io> zc2021-03-231-92/+107
* Merge pull request #2672 from Iceber/fix-edgecontroller-syncpod•••cloud/edgecontroller: fix the syncPod in the downstream controllerKubeEdge Bot2021-03-221-0/+1
|\
| * cloud/edgecontroller: fix the syncPod in the downstream controller•••Signed-off-by: Iceber Gu <wei.cai-nat@daocloud.io> Iceber Gu2021-03-201-0/+1
* | cloud: fix the warning log for printing object type•••Signed-off-by: Iceber Gu <wei.cai-nat@daocloud.io> Iceber Gu2021-03-211-8/+8
|/
* fix CI problem and reviews•••Signed-off-by: WintonChan <cw_hao@163.com> WintonChan2021-02-021-3/+7
* Fix issue about comment•••Signed-off-by: WintonChan <cw_hao@163.com> WintonChan2021-01-271-4/+4
* Modify crd definition•••1.Modify rule's status to optional parameter 2.modify description for pretty view Signed-off-by: liufen90 <564795204@qq.com> liufen902021-01-211-11/+11
* fix issue about package import and golint•••Signed-off-by: WintonChan <cw_hao@163.com> WintonChan2021-01-211-1/+1
* Delete kubeconfig•••Signed-off-by: liufen90 <564795204@qq.com> liufen902021-01-211-16/+8
* Add crd define, edgecontroller list-watch implement•••Signed-off-by: liufen90 <564795204@qq.com> liufen902021-01-211-0/+119
* edgecontroller: optimize locationcache•••Signed-off-by: LIYUNFAN <leeyunfans@gmail.com> LIYUNFAN2021-01-191-52/+61
* separate crd client and core clientThreestone2021-01-111-2/+4
* rename some variable nameThreestone2021-01-081-10/+10
* remove edgesite logic in downstream, and the client use protobuf•••content-type for k8s core apis, for crd use json content-type. Threestone2021-01-071-27/+2
* use sharedinformerfactoryThreestone2021-01-071-9/+21
* optimizeinformerThreestone2021-01-071-16/+9
* upgrade klog@0.4.0 to klog/v2@2.2.0GsssC2020-11-201-1/+1
* put all module name and module group in one placeZYZ2020-09-101-12/+13
* Update upstream dependency to K8s 1.18.5•••Co-authored-by: Yin Ding <dingyin@gmail.com> Co-authored-by: Rio Zhu <32083634+zzxgzgz@users.noreply.github.com> * Updated k8s to 1.18.5 and modified code around API changes. * Updated kube-scheduler dependency. * added filed ExperimentalTopologyManagerPolicy to matched the upgraded k8s * Changed some dependencies' versions to x.18.0 * Added function to start cpu manager in clcm. Rio Zhu2020-08-031-4/+5
* fix downstreamguojianyu2020-07-141-2/+6
* clean up goroutines when delete egdenodefisherxu2020-06-191-0/+14
* add create sream cert doc instruction•••Signed-off-by: kadisi <iamkadisi@163.com> kadisi2020-04-301-1/+1
* support kubectl logs•••Signed-off-by: kadisi <iamkadisi@163.com> kadisi2020-04-301-1/+1
* change some logs level to 4•••Signed-off-by: kadisi <iamkadisi@163.com> kadisi2020-04-221-10/+10
* Change edgecontroller configuration access method from Get() to global variab...•••Signed-off-by: kuramal <linxxnil@126.com> kuramal2020-02-181-5/+5
* improve reliable transmissionfisherxu2020-01-201-0/+5
* edgecontroller r module use new api•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2020-01-191-5/+5
* modify the return value of NewContextMessageLayer()•••Signed-off-by: zhuguihua <zhuguihua@cmss.chinamobile.com> zhuguihua2020-01-131-7/+1
* delete useless message-layer config•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2020-01-031-1/+1
* Optimize the initialization of the edgecontroller module global variable•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-11-281-5/+5
* delete ctx, cancel field from module struct•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-11-181-10/+8
* cloudcore: Add a default initialization method for each module.•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-11-181-21/+33
* bugfix:Use golang context to instead of stop channel, Solve the problem of ou...•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-11-041-69/+38
* cleanup: remove or simplification code pieces•••default action set to break for loop reform code to more natural logic jump to next loop when build message failed Signed-off-by: Guangming Wang <guangming.wang@daocloud.io> Guangming Wang2019-09-281-28/+35
* change cloudcore loginfo level•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-09-181-6/+6