diff options
| author | cai6489 <caichunbo@beyondcent.com> | 2023-10-10 22:06:56 +0800 |
|---|---|---|
| committer | cai6489 <caichunbo@beyondcent.com> | 2023-10-11 14:36:42 +0800 |
| commit | 3fc44514cc8c7dbcf644c80daaceff1ef91897ca (patch) | |
| tree | 629a0acff958f66f1c6b7d63dab3301f9a999d06 /build | |
| parent | modify redis and tdengine api (diff) | |
| download | kubeedge-3fc44514cc8c7dbcf644c80daaceff1ef91897ca.tar.gz | |
modify redis and tdengine crd
Signed-off-by: cai6489 <caichunbo@beyondcent.com>
Diffstat (limited to 'build')
| -rw-r--r-- | build/crds/devices/devices_v1beta1_device.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/crds/devices/devices_v1beta1_device.yaml b/build/crds/devices/devices_v1beta1_device.yaml index 83b59a715..4526c50dc 100644 --- a/build/crds/devices/devices_v1beta1_device.yaml +++ b/build/crds/devices/devices_v1beta1_device.yaml @@ -602,10 +602,10 @@ spec: properties: TDEngine: properties: - configData: + TDEngineClientConfig: description: ConfigData of tdengine database properties: - DB: + DbName: description: addr of tdEngine database type: string dsn: @@ -648,7 +648,7 @@ spec: type: object redis: properties: - configData: + redisClientConfig: description: ConfigData of redis database properties: addr: |
