website/content/zh-cn/docs/reference/glossary/uid.md

44 lines
945 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
title: UID
id: uid
date: 2018-04-12
full_link: /zh-cn/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.
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它旨在区分类似实体的历史事件。