File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/zh/docs/concepts/workloads/controllers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Here's a configuration file for a ReplicaSet that has three Pods:
50
50
## 所有者和附属
51
51
52
52
某些 Kubernetes 对象是其它一些对象的所有者。例如,一个 ReplicaSet 是一组 Pod 的所有者。
53
- 具有所有者的对象被称为是所有者的* 附属* 。
53
+ 具有所有者的对象被称为是所有者的 * 附属* 。
54
54
每个附属对象具有一个指向其所属对象的 ` metadata.ownerReferences ` 字段。
55
55
56
56
有时,Kubernetes 会自动设置 ` ownerReference ` 的值。
@@ -142,7 +142,7 @@ the following things are true:
142
142
* The object's `deletionTimestamp` is set
143
143
* The object's `metadata.finalizers` contains the value "foregroundDeletion".
144
144
-->
145
- 在* 显式级联删除* 模式下,根对象首先进入 ` deletion in progress ` 状态。在 ` deletion in progress ` 状态会有如下的情况:
145
+ 在 * 显式级联删除* 模式下,根对象首先进入 ` deletion in progress ` 状态。在 ` deletion in progress ` 状态会有如下的情况:
146
146
147
147
* 对象仍然可以通过 REST API 可见。
148
148
* 会设置对象的 ` deletionTimestamp ` 字段。
You can’t perform that action at this time.
0 commit comments