File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/zh/docs/contribute/style Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ Do | Don't
286
286
:--| :-----
287
287
Set the value of the `replicas` field in the configuration file. | Set the value of the "replicas" field in the configuration file.
288
288
The value of the `exec` field is an ExecAction object. | The value of the "exec" field is an ExecAction object.
289
- Run the process as a Daemonset in the `kube-system` namespace. | Run the process as a Daemonset in the kube-system namespace.
289
+ Run the process as a DaemonSet in the `kube-system` namespace. | Run the process as a DaemonSet in the kube-system namespace.
290
290
{{< /table >}}
291
291
-->
292
292
### 为对象字段名和名字空间使用代码风格
@@ -296,7 +296,7 @@ Run the process as a Daemonset in the `kube-system` namespace. | Run the process
296
296
:--| :-----
297
297
在配置文件中设置 ` replicas ` 字段的值。 | 在配置文件中设置 "replicas" 字段的值。
298
298
` exec ` 字段的值是一个 ExecAction 对象。 | "exec" 字段的值是一个 ExecAction 对象。
299
- 在 ` kube-system ` 名字空间中以 Daemonset 形式运行此进程。 | 在 kube-system 名字空间中以 DaemonSet 形式运行此进程。
299
+ 在 ` kube-system ` 名字空间中以 DaemonSet 形式运行此进程。 | 在 kube-system 名字空间中以 DaemonSet 形式运行此进程。
300
300
{{< /table >}}
301
301
302
302
<!--
You can’t perform that action at this time.
0 commit comments