70ee927cbd
* add name glossary term * add uid glossary term * use glossary terms in doc * Update uid.yaml * Update name.yaml
11 lines
400 B
YAML
11 lines
400 B
YAML
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.
|