summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorwbc6080 <wangbincheng4@huawei.com>2023-10-09 11:04:16 +0800
committerwbc6080 <wangbincheng4@huawei.com>2023-10-09 17:40:08 +0800
commitb98d555405f4d219bdf2355d32f5d83a624f93e6 (patch)
tree2eeaa7fefee7058bcc37e1eac53851b57e16ba22 /build
parentupdate mapper Dockerfile (diff)
downloadkubeedge-b98d555405f4d219bdf2355d32f5d83a624f93e6.tar.gz
change influxdb name
Signed-off-by: wbc6080 <wangbincheng4@huawei.com>
Diffstat (limited to 'build')
-rw-r--r--build/crds/devices/devices_v1beta1_device.yaml23
1 files changed, 11 insertions, 12 deletions
diff --git a/build/crds/devices/devices_v1beta1_device.yaml b/build/crds/devices/devices_v1beta1_device.yaml
index f3fd9cdf2..313b282de 100644
--- a/build/crds/devices/devices_v1beta1_device.yaml
+++ b/build/crds/devices/devices_v1beta1_device.yaml
@@ -600,11 +600,11 @@ spec:
data to database, please ensure that the mapper can access
the destination address.
properties:
- influx:
+ influxdb2:
description: method configuration for database
properties:
- configData:
- description: ConfigData of influx database
+ influxdb2ClientConfig:
+ description: Config of influx database
properties:
bucket:
description: Bucket of the user in influx database
@@ -616,9 +616,9 @@ spec:
description: Url of influx database
type: string
type: object
- dataStandard:
- description: DataStandard of the data to influx
- database
+ influxdb2DataConfig:
+ description: config of device data when push to
+ influx database
properties:
fieldKey:
description: FieldKey of the user data
@@ -626,12 +626,11 @@ spec:
measurement:
description: Measurement of the user data
type: string
- tagKey:
- description: TagKey of the user data
- type: string
- tagValue:
- description: TagValue of the user data
- type: string
+ tag:
+ additionalProperties:
+ type: string
+ description: the tag of device data
+ type: object
type: object
type: object
type: object