diff options
| author | wbc6080 <wangbincheng4@huawei.com> | 2023-09-26 17:22:29 +0800 |
|---|---|---|
| committer | wbc6080 <wangbincheng4@huawei.com> | 2023-10-09 17:38:13 +0800 |
| commit | cffdff9ede636de3c23e357a08346c32353058aa (patch) | |
| tree | c2e05590e80d1b8739a42235f0a43e0c9f9a5ec8 /manifests | |
| parent | Merge pull request #5040 from Onion-of-dreamed/fix/without-mqtt-tag (diff) | |
| download | kubeedge-cffdff9ede636de3c23e357a08346c32353058aa.tar.gz | |
update to v1beta1 version
Signed-off-by: wbc6080 <wangbincheng4@huawei.com>
Co-authored-by: QiQi-OvO <2763359332@qq.com>
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..51621e82c 100644 --- a/manifests/charts/cloudcore/crds/devices_v1beta1_device.yaml +++ b/manifests/charts/cloudcore/crds/devices_v1beta1_device.yaml @@ -571,6 +571,45 @@ spec: description: Define how frequent mapper will collect from device. format: int64 type: integer + dbProvider: + description: DBProvider represents the protocol used to push + data to database, please ensure that the mapper can access + the destination address. + properties: + influx: + description: method configuration for database + properties: + configData: + description: ConfigData 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 + dataStandard: + description: DataStandard of the data to influx database + properties: + fieldKey: + description: FieldKey of the user data + type: string + 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 + type: object + type: object + type: object desired: description: The desired property value. properties: |
