浏览代码

docs(kubeedge):modify readme.md

ican_do_it 4 年之前
父节点
当前提交
7858cc4c0c
共有 1 个文件被更改,包括 8 次插入8 次删除
  1. 8 8
      tools/kubeedge/README.md

+ 8 - 8
tools/kubeedge/README.md

@@ -6,14 +6,14 @@ This program is used to process the files in the command folder and remove the f
 
 ### 1.2 Command file format and meaning:
 
-| Field       | Optional   | Type     | Description           |
-| ----------- | ---------- | -------- | --------------------- |
-| commands    | false      | array    | Command set           |
-| url         | True       | string   | http request path     |
-| method      | True       | string   | http request method   |
-| description | True       | string   | Operation description |
-| data        | 创建时必填 | json obj | Creation content      |
-|             |            |          |                       |
+| Field       | Optional           | Type     | Description           |
+| ----------- | ------------------ | -------- | --------------------- |
+| commands    | false              | array    | Command set           |
+| url         | false              | string   | http request path     |
+| method      | false              | string   | http request method   |
+| description | True               | string   | Operation description |
+| data        | false for creation | json obj | Creation content      |
+|             |                    |          |                       |
 
 ### 1.3 Configuration file format and meaning:
 ```yaml