diff options
| author | KubeEdge Bot <48982446+kubeedge-bot@users.noreply.github.com> | 2023-10-10 16:42:56 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-10 16:42:56 +0800 |
| commit | 952ef7a620219f6d774466e8f7c34ed2b3d482e5 (patch) | |
| tree | 4e84cf612167669955674d5d07d525b989a12c22 /manifests | |
| parent | Merge pull request #4914 from wujunyi792/master (diff) | |
| parent | update README (diff) | |
| download | kubeedge-952ef7a620219f6d774466e8f7c34ed2b3d482e5.tar.gz | |
Merge pull request #5023 from wbc6080/dmi-dataplanev1.15.0-beta.0
init mapper framework
Diffstat (limited to 'manifests')
| -rw-r--r-- | manifests/charts/cloudcore/crds/devices_v1beta1_device.yaml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/manifests/charts/cloudcore/crds/devices_v1beta1_device.yaml b/manifests/charts/cloudcore/crds/devices_v1beta1_device.yaml index c01ad0454..313b282de 100644 --- a/manifests/charts/cloudcore/crds/devices_v1beta1_device.yaml +++ b/manifests/charts/cloudcore/crds/devices_v1beta1_device.yaml @@ -595,6 +595,45 @@ spec: data, please ensure that the mapper can access the destination address. properties: + dbMethod: + description: DBMethod represents the method used to push + data to database, please ensure that the mapper can access + the destination address. + properties: + influxdb2: + description: method configuration for database + properties: + influxdb2ClientConfig: + description: Config of influx database + properties: + bucket: + description: Bucket of the user in influx database + type: string + org: + description: Org of the user in influx database + type: string + url: + description: Url of influx database + type: string + type: object + influxdb2DataConfig: + description: config of device data when push to + influx database + properties: + fieldKey: + description: FieldKey of the user data + type: string + measurement: + description: Measurement of the user data + type: string + tag: + additionalProperties: + type: string + description: the tag of device data + type: object + type: object + type: object + type: object http: description: HTTP Push method configuration for http properties: |
