zh-trans: add uid.md (#11360)

zh-trans: add uid.md
This commit is contained in:
AdamDang
2018-11-28 14:42:03 +08:00
committed by k8s-ci-robot
parent 6eacd83023
commit 304bd4a0bf
+24
View File
@@ -3,6 +3,20 @@ title: UID
id: uid
date: 2018-04-12
full_link: /docs/concepts/overview/working-with-objects/names
short_description: >
由 Kubernetes 系统生成、用来唯一标识对象的字符串。
aka:
tags:
- fundamental
---
<!--
---
title: UID
id: uid
date: 2018-04-12
full_link: /docs/concepts/overview/working-with-objects/names
short_description: >
A Kubernetes systems-generated string to uniquely identify objects.
@@ -10,9 +24,19 @@ aka:
tags:
- fundamental
---
-->
<!--
A Kubernetes systems-generated string to uniquely identify objects.
-->
由 Kubernetes 系统生成、用来唯一标识对象的字符串。
<!--more-->
<!--
Every object created over the whole lifetime of a Kubernetes cluster has a distinct UID. It is intended to distinguish between historical occurrences of similar entities.
-->
在 Kubernetes 集群的整个生命周期中,每个被创建的对象都有不同的 UID。UID 用来区分相似实体的历史事件。