Skip to content

Commit 9a803be

Browse files
authored
Merge pull request #20057 from ZP-AlwaysWin/patch-2
Fix document formatting errors
2 parents 0d08892 + 36294f0 commit 9a803be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/zh/docs/concepts/workloads/controllers/garbage-collection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Here's a configuration file for a ReplicaSet that has three Pods:
5050
## 所有者和附属
5151

5252
某些 Kubernetes 对象是其它一些对象的所有者。例如,一个 ReplicaSet 是一组 Pod 的所有者。
53-
具有所有者的对象被称为是所有者的*附属*
53+
具有所有者的对象被称为是所有者的 *附属*
5454
每个附属对象具有一个指向其所属对象的 `metadata.ownerReferences` 字段。
5555

5656
有时,Kubernetes 会自动设置 `ownerReference` 的值。
@@ -142,7 +142,7 @@ the following things are true:
142142
* The object's `deletionTimestamp` is set
143143
* The object's `metadata.finalizers` contains the value "foregroundDeletion".
144144
-->
145-
*显式级联删除*模式下,根对象首先进入 `deletion in progress` 状态。在 `deletion in progress` 状态会有如下的情况:
145+
*显式级联删除* 模式下,根对象首先进入 `deletion in progress` 状态。在 `deletion in progress` 状态会有如下的情况:
146146

147147
* 对象仍然可以通过 REST API 可见。
148148
* 会设置对象的 `deletionTimestamp` 字段。

0 commit comments

Comments
 (0)