Skip to content

Commit d406bdf

Browse files
authored
Merge pull request #24122 from liuming-dev/patch-1
Update names.md
2 parents ee75f9d + 571b8e1 commit d406bdf

File tree

1 file changed

+1
-1
lines changed
  • content/zh/docs/concepts/overview/working-with-objects

1 file changed

+1
-1
lines changed

content/zh/docs/concepts/overview/working-with-objects/names.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Every Kubernetes object also has a [_UID_](#uids) that is unique across your who
1313
For example, you can only have one Pod named `myapp-1234` within the same [namespace](/docs/concepts/overview/working-with-objects/namespaces/), but you can have one Pod and one Deployment that are each named `myapp-1234`.
1414
-->
1515

16-
集群中的每一个对象都一个[_名称_](#names) 来标识在同类资源中的唯一性。
16+
集群中的每一个对象都有一个[_名称_](#names) 来标识在同类资源中的唯一性。
1717

1818
每个 Kubernetes 对象也有一个[_UID_](#uids) 来标识在整个集群中的唯一性。
1919

0 commit comments

Comments
 (0)