summaryrefslogtreecommitdiff
path: root/cloud/pkg/devicecontroller/controller/upstream.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix the status reporting of device to avoid issues defined by twin.•••Signed-off-by: luomengY <2938893385@qq.com> luomengY2024-04-191-5/+22
* fix namespace problem in cloudcore•••Signed-off-by: wbc6080 <wangbincheng4@huawei.com> wbc60802024-01-081-1/+1
* fix device status problem•••Signed-off-by: wbc6080 <wangbincheng4@huawei.com> wbc60802023-12-221-5/+5
* Define Twin based on properties in mapper.•••Signed-off-by: luomengY <2938893385@qq.com> luomengY2023-11-281-4/+26
* device crd v1beta1 cloud•••Signed-off-by: cl2017 <chenlin.liu@daocloud.io> cl20172023-09-221-5/+5
* refactor message layer•••Signed-off-by: wackxu <xushiwei5@huawei.com> x004255952022-03-291-4/+4
* Move apis and client under kubeedge/cloud/pkg/ to kubeedge/pkg/•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952022-03-111-2/+2
* use constants.MessageSuccessfulContent replace magic number 'OK'•••Signed-off-by: WillardHu <wei.hu@daocloud.io> WillardHu2021-09-081-1/+2
* Merge pull request #3025 from subpathdev/moreLogs•••Handling node/*/membership/detailKubeEdge Bot2021-08-161-0/+1
|\
| * don't throw warning on heart beat•••Signed-off-by: Jan Unterbrink <jan.unterbrink@subpath.de> do nothing on receiving the filebeat Signed-off-by: Jan Unterbrink <jan.unterbrink@subpath.de> its the heart beat .... Signed-off-by: Jan Unterbrink <jan.unterbrink@subpath.de> Jan Unterbrink2021-08-151-0/+1
* | use UpdateDeviceStatusWorkers as updateDeviceStatus routines•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952021-08-121-1/+1
|/
* add GetContentData to get content data of []byte type•••Signed-off-by: Iceber Gu <wei.cai-nat@daocloud.io> Iceber Gu2021-03-211-12/+6
* init dynamiccontroller•••Signed-off-by: fisherxu <xufei40@huawei.com> fisherxu2021-02-061-1/+1
* refactor k8s and crd client in devicecontroller•••Signed-off-by: fisherxu <xufei40@huawei.com> xufei 004169462021-01-151-19/+7
* upgrade klog@0.4.0 to klog/v2@2.2.0GsssC2020-11-201-1/+1
* fix bug: cloud send twin_update confirm message to edgejidalong2020-09-211-0/+20
* 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-1/+2
* upgrade device api from v1alpha1 to v1alpha2luogangyi2020-07-181-4/+4
* Change devicecontroller configuration access method from Get() to global vari...•••Signed-off-by: kuramal <linxxnil@126.com> kuramal2020-02-181-2/+2
* edgecontroller module use new api config•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2020-01-191-2/+2
* modify the return value of NewContextMessageLayer()•••Signed-off-by: zhuguihua <zhuguihua@cmss.chinamobile.com> zhuguihua2020-01-131-3/+9
* 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-3/+1
* Optimize the initialization of the devicecontroller module global variable•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-11-221-2/+2
* remove cacheDevice and cacheDeviceModelfisherxu2019-11-191-1/+1
* delete ctx, cancel field from module struct•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-11-181-6/+4
* cloudcore: Add a default initialization method for each module.•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-11-181-9/+15
* bugfix:Use golang context to instead of stop channel, Solve the problem of ou...•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-11-041-36/+17
* change message: from controller to devicecontroller•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-08-281-1/+1
* unifying other component logging library to klog•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-08-161-1/+0
* unifying cloud component logging library to klog•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-08-161-22/+23
* Fixed unmarshal issue in upstream.gosujithsimon222019-08-061-4/+9
* clean useless log•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-07-311-3/+3
* move cloud/pkg/devicecontroller/apis to cloud/pkg/apisfisherxu2019-07-301-1/+1
* fix nil pointer panic possibility in deviceControllerSiddharth Bhadri2019-05-131-2/+4
* Fix typolou-lan2019-05-081-2/+3
* update cloud pathm10937825662019-04-291-0/+212