summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/charts/cloudcore/crds/devices_v1beta1_device.yaml39
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: