diff options
| author | luogangyi <luogangyi@cmsr.chinamobile.com> | 2020-05-27 10:40:36 +0800 |
|---|---|---|
| committer | luogangyi <luogangyi@cmsr.chinamobile.com> | 2020-07-16 15:58:54 +0800 |
| commit | 4ba04e5204d79f6f843653588338e0481cb3f53d (patch) | |
| tree | 758b6d4d0c03a470ae1af73add4e81a2b342290c /build | |
| parent | Merge pull request #1926 from zongke/master (diff) | |
| download | kubeedge-4ba04e5204d79f6f843653588338e0481cb3f53d.tar.gz | |
add reportCycle and collectCycle in property vistor
Diffstat (limited to 'build')
| -rw-r--r-- | build/crds/devices/devices_v1alpha1_devicemodel.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/build/crds/devices/devices_v1alpha1_devicemodel.yaml b/build/crds/devices/devices_v1alpha1_devicemodel.yaml index 6e87e2004..8c87885ac 100644 --- a/build/crds/devices/devices_v1alpha1_devicemodel.yaml +++ b/build/crds/devices/devices_v1alpha1_devicemodel.yaml @@ -217,6 +217,14 @@ spec: This should refer to one of the device properties defined in the device model.' type: string + reportCycle: + description: 'Define how frequent mapper will report the value.' + format: int64 + type: integer + collectCycle: + description: 'Define how frequent mapper will collect from device.' + format: int64 + type: integer required: - propertyName type: object |
