Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Name and UID glossary terms #6606

Merged
merged 5 commits into from
Jan 14, 2018
Merged

Name and UID glossary terms #6606

merged 5 commits into from
Jan 14, 2018

Conversation

tonglil
Copy link
Contributor

@tonglil tonglil commented Dec 6, 2017

Extract glossary terms from page.

Name is part of #5993.


This change is Reviewable

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Dec 6, 2017
@k8sio-netlify-preview-bot
Copy link
Collaborator

k8sio-netlify-preview-bot commented Dec 6, 2017

Deploy preview for kubernetes-io-master-staging ready!

Built with commit 647ab49

https://deploy-preview-6606--kubernetes-io-master-staging.netlify.com

Copy link
Contributor

@zacharysarah zacharysarah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor fixes. Good work! ✨

tags:
- fundamental
short-description: >
A client-provided string used to refer to an object in a resource URL, such as `/api/v1/pods/some-name`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

```A client-provided string that refers to an object in a resource URL, such as /api/v1/pods/some-name.

short-description: >
A client-provided string used to refer 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 (i.e., they are spatially unique).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only one object of a given kind can have a given name at a time.

A client-provided string used to refer 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 (i.e., they are spatially unique).
But if you delete the object, you can make a new object with the same name.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

However, if you delete the object, you can make a new object with the same name.

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 (i.e., they are spatially and temporally unique).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Every object created over the whole lifetime of a Kubernetes cluster has a distinct UID.

@tonglil
Copy link
Contributor Author

tonglil commented Jan 14, 2018

Updated!

@zacharysarah zacharysarah merged commit 70ee927 into kubernetes:master Jan 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants