summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorwbc6080 <wangbincheng4@huawei.com>2023-10-07 11:37:57 +0800
committerwbc6080 <wangbincheng4@huawei.com>2023-10-09 17:40:08 +0800
commitacbc9373a2974f06daa789715be1462e70cdbfe8 (patch)
treeee8fa4a2f6a21754b70b4d2d108a70401950d6f1 /manifests
parentmodify verify mistake (diff)
downloadkubeedge-acbc9373a2974f06daa789715be1462e70cdbfe8.tar.gz
Modify the dbprovider field location and rename the field
Signed-off-by: wbc6080 <wangbincheng4@huawei.com>
Diffstat (limited to 'manifests')
-rw-r--r--manifests/charts/cloudcore/crds/devices_v1beta1_device.yaml79
1 files changed, 40 insertions, 39 deletions
diff --git a/manifests/charts/cloudcore/crds/devices_v1beta1_device.yaml b/manifests/charts/cloudcore/crds/devices_v1beta1_device.yaml
index 51621e82c..f3fd9cdf2 100644
--- a/manifests/charts/cloudcore/crds/devices_v1beta1_device.yaml
+++ b/manifests/charts/cloudcore/crds/devices_v1beta1_device.yaml
@@ -571,45 +571,6 @@ 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:
@@ -634,6 +595,46 @@ 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:
+ 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
http:
description: HTTP Push method configuration for http
properties: