summaryrefslogtreecommitdiff
path: root/edge/pkg/devicetwin/dtcommon/util.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* update dmi server to get namespace•••Signed-off-by: wbc6080 <wangbincheng4@huawei.com> wbc60802024-01-181-0/+2
* update to v1beta1 version•••Signed-off-by: wbc6080 <wangbincheng4@huawei.com> Co-authored-by: QiQi-OvO <2763359332@qq.com> wbc60802023-10-091-0/+124
* device crd v1beta1 edge•••Signed-off-by: cl2017 <chenlin.liu@daocloud.io> cl20172023-09-221-22/+4
* fix lint•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2023-08-211-3/+3
* add dmi api, proto, services, server and dmi module in devicetwin•••fix device twin UT and review comment. update device model crd. add mutex lock for MapperRegister add rate limiter for DMI server make dmiclients as a map and generate a new client when a new mapper registers update api.pb.go modify dmi client move deviceList to the server struct make DMIcache mv edge/pkg/apis/dmi to pkg/apis/dmi add some mutex and fix some comment optimized the v1alpha1 of DMI proto and add some comments update api.pb.go generate crd fix review comments Signed-off-by: RyanZhaoXB <zhaoran11@huawei.com> RyanZhaoXB2022-09-191-5/+67
* add valueType constant for deviceTwin•••Signed-off-by: TianTianBigWang <zilong.wang@daocloud.io> TianTianBigWang2021-11-261-1/+1
* devicetwin: ValidateValue supports checking integer•••device-yaml files still use integer rather than int, so make it flexible Signed-off-by: longguang.yue <yuelg@chinaunicom.cn> longguang.yue2021-05-081-2/+2
* remove some unused codelvchenggang2020-11-101-5/+0
* replace if - else if - else with switch case (#628)•••* replace if - else if - else with switch case * update test: s/The/the subpathdev2019-05-311-11/+13
* kubeedge: refactored the folder structure•••refactored the folder structure of kubeedge to accomodate both edge and cloud part Siddharth Bhadri2019-02-141-0/+57