Name and UID glossary terms (#6606)
* add name glossary term * add uid glossary term * use glossary terms in doc * Update uid.yaml * Update name.yaml
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
id: name
|
||||
name: Name
|
||||
full-link: /docs/concepts/overview/working-with-objects/names
|
||||
tags:
|
||||
- fundamental
|
||||
short-description: >
|
||||
A client-provided string that refers to an object in a resource URL, such as `/api/v1/pods/some-name`.
|
||||
long-description: >
|
||||
Only one object of a given kind can have a given name at a time.
|
||||
However, if you delete the object, you can make a new object with the same name.
|
||||
@@ -0,0 +1,10 @@
|
||||
id: uid
|
||||
name: UID
|
||||
full-link: /docs/concepts/overview/working-with-objects/names
|
||||
tags:
|
||||
- fundamental
|
||||
short-description: >
|
||||
A Kubernetes systems-generated string to uniquely identify objects.
|
||||
long-description: >
|
||||
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.
|
||||
Reference in New Issue
Block a user