summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorcai6489 <caichunbo@beyondcent.com>2023-10-11 16:52:00 +0800
committercai6489 <caichunbo@beyondcent.com>2023-10-11 16:52:00 +0800
commit9a55096028142a8a1e0ecc2f75c72f0e111bf420 (patch)
tree24cbb40fcb389711d982e309cb2d6ae51729d300 /build
parentmodify redis and tdengine mapper (diff)
downloadkubeedge-9a55096028142a8a1e0ecc2f75c72f0e111bf420.tar.gz
update tdengine api
Signed-off-by: cai6489 <caichunbo@beyondcent.com>
Diffstat (limited to 'build')
-rw-r--r--build/crds/devices/devices_v1beta1_device.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/build/crds/devices/devices_v1beta1_device.yaml b/build/crds/devices/devices_v1beta1_device.yaml
index ef954bd8b..e360ad949 100644
--- a/build/crds/devices/devices_v1beta1_device.yaml
+++ b/build/crds/devices/devices_v1beta1_device.yaml
@@ -603,13 +603,13 @@ spec:
TDEngine:
properties:
TDEngineClientConfig:
- description: ConfigData of tdengine database
+ description: tdengineClientConfig of tdengine database
properties:
- DbName:
+ addr:
description: addr of tdEngine database
type: string
- dsn:
- description: addr of tdEngine database
+ dbName:
+ description: dbname of tdEngine database
type: string
type: object
type: object
@@ -649,7 +649,7 @@ spec:
redis:
properties:
redisClientConfig:
- description: ConfigData of redis database
+ description: RedisClientConfig of redis database
properties:
addr:
description: Addr of Redis database