summaryrefslogtreecommitdiff
path: root/pkg/util (follow)
Commit message (Expand)AuthorAgeFilesLines
* update dmi server to get namespace•••Signed-off-by: wbc6080 <wangbincheng4@huawei.com> wbc60802024-01-181-0/+5
* support edge nodes upgrade and image pre pull•••Signed-off-by: zhengxinwei-f <zhengxinwei@huawei.com> zhengxinwei2024-01-161-3/+20
* Implement task manager to complete cloud edge task execution•••Signed-off-by: zhengxinwei-f <zhengxinwei@huawei.com> zhengxinwei2024-01-164-87/+49
* task state machine•••Signed-off-by: zhengxinwei <zhengxinwei@huawei.com> zhengxinwei2024-01-164-0/+160
* Modification according to comment.•••Signed-off-by: Windrow <565101079@qq.com> Windrow2023-11-171-1/+1
* Fix wrong verbs.•••Signed-off-by: Windrow <565101079@qq.com> Windrow2023-11-101-4/+4
* Gofmt.•••Signed-off-by: Windrow <565101079@qq.com> Windrow2023-11-071-4/+4
* Add support of getting healthz, livez, readyz for metaserver.•••Signed-off-by: Windrow <565101079@qq.com> Windrow2023-11-062-6/+37
* metaserver support pass through API, open /version path•••Signed-off-by: zhengxinwei <zhengxinwei@huawei.com> zhengxinwei2023-10-072-0/+52
* fix lint•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2023-08-211-2/+2
* admission: handle errors the right way•••Signed-off-by: orange <zuxia.ge@daocloud.io> orange2022-03-291-1/+1
* use testing.TempDir to create temp directory•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952022-01-291-5/+1
* cleanup command util log and set gpu log to level•••Signed-off-by: zc <zc2638@qq.com> zc2021-12-221-2/+0
* replace deprecated package io/ioutil with packages io and os•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952021-12-111-3/+2
* fix the failed ut•••Signed-off-by: fisherxu <xufei40@huawei.com> fisherxu2021-09-221-9/+0
* Merge pull request #3114 from siredmar/uniform_sandbox2•••Replaced 'kubeedge/pause' with 'k8s.gcr.io/pause' multi arch imageKubeEdge Bot2021-09-221-13/+0
|\
| * Replaced 'kubeedge/pause' with 'k8s.gcr.io/pause' multi arch image•••Signed-off-by: Armin Schlegel <armin.schlegel@gmx.de> Armin Schlegel2021-09-021-13/+0
* | add unit test•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952021-09-161-6/+5
* | improve test coverage•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952021-09-082-63/+174
* | Merge pull request #3143 from WillardHu/fix/concat-strings•••fix: `fmt.Sprintf` is slower than `bytes.Buffer` for concat stringKubeEdge Bot2021-09-082-1/+39
|\ \
| * | fix: is slower than for concat string•••Signed-off-by: WillardHu <wei.hu@daocloud.io> WillardHu2021-09-082-1/+39
* | | Merge pull request #3135 from gy95/validation•••add unit test for package validationKubeEdge Bot2021-09-081-5/+54
|\ \ \ | |/ / |/| |
| * | add unit test for package validation•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952021-09-061-5/+54
| |/
* / fixed: the first letter of the fmt.ErrorF is not lowercase•••Signed-off-by: orange <zuxia.ge@daocloud.io> orange2021-09-031-1/+1
|/
* add the validation of hostname due to the problem caused by long name (#3044)•••Signed-off-by: blackdobb <xinxin.wan@daocloud.io>blackdobb2021-08-201-0/+14
* fix get local ip error•••Signed-off-by: fisherxu <xufei40@huawei.com> fisherxu2021-03-271-4/+6
* fix GetLocalIP IP lookup error•••Signed-off-by: zc <ce.zheng@daocloud.io> zc2021-03-231-15/+16
* upgrade klog@0.4.0 to klog/v2@2.2.0GsssC2020-11-202-2/+2
* pkg/util: use kubernetes original ChooseHostInterface function•••Now we implement own ChooseHostInterface, switch to original one. Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2020-10-201-356/+2
* pkg/util/util.go: delete unused codes•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2020-10-151-49/+0
* feedback•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2020-05-281-0/+15
* enable whitelint check•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2020-05-212-2/+0
* cleanup all lint issue•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2020-05-211-12/+12
* details issue modificationXuJiejie2020-05-011-23/+0
* add the code of edge applying for certificateXuJiejie2020-05-011-2/+27
* only receive type '[]error'stacktasec2020-03-092-82/+7
* add func util.SpliceErrorsstacktasec2020-03-082-98/+87
* add more case for unit test.stacktasec2020-03-021-37/+72
* fix the sort of import and add unit test.stacktasec2020-03-022-5/+77
* add util func can print by line.stacktasec2020-03-011-0/+27
* mv flags package to pkg/util/flag package•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2020-01-151-4/+101
* change component api sepecify field•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2020-01-091-0/+516
* add apiVersion and Kind for KubeEdge component api config•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2020-01-094-0/+135
* make flag --version install of command version•••Signed-off-by: zhangjie <iamkadisi@163.com> zhangjie2019-09-021-0/+32