Merge pull request #24122 from liuming-dev/patch-1

Update names.md
pull/23522/head
Kubernetes Prow Robot 2020-10-07 20:22:15 -07:00 committed by GitHub
commit d406bdf532
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ Every Kubernetes object also has a [_UID_](#uids) that is unique across your who
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`.
-->
集群中的每一个对象都一个[_名称_](#names) 来标识在同类资源中的唯一性。
集群中的每一个对象都一个[_名称_](#names) 来标识在同类资源中的唯一性。
每个 Kubernetes 对象也有一个[_UID_](#uids) 来标识在整个集群中的唯一性。