-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
Small refactor of Custom Resources topic #12502
Conversation
mdlinville
commented
Feb 4, 2019
- Adjusts levels
- Removes some obsolete info
- Rewrite of some of the intro material
/assign @steveperry-53 |
Deploy preview for kubernetes-io-master-staging ready! Built with commit 8bdbc7d https://deploy-preview-12502--kubernetes-io-master-staging.netlify.com |
content/en/docs/concepts/extend-kubernetes/api-extension/custom-resources.md
Outdated
Show resolved
Hide resolved
content/en/docs/concepts/extend-kubernetes/api-extension/custom-resources.md
Outdated
Show resolved
Hide resolved
content/en/docs/concepts/extend-kubernetes/api-extension/custom-resources.md
Outdated
Show resolved
Hide resolved
content/en/docs/concepts/extend-kubernetes/api-extension/custom-resources.md
Outdated
Show resolved
Hide resolved
- Adjusts levels - Removes some obsolete info - Rewrite of some of the intro material
af698d0
to
8bdbc7d
Compare
Addressed feedback by amending. PTAL :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Thanks for refactoring this, @MistyHacks! :)
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mistyhacks The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
In other words, it represents a customization of a particular Kubernetes installation. | ||
A *custom resource* is an extension of the Kubernetes API that is not necessarily available in a default | ||
Kubernetes installation. It represents a customization of a particular Kubernetes installation. However, | ||
many core Kubernetes functions are now built using custom resources, making Kubernetes more modular. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: is it Kubernetes functions or Kubernetes resources, Kubernetes components?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was more going for something like "functionality". I'll try to think how to reword this.
A [declarative API](/docs/concepts/overview/working-with-objects/kubernetes-objects/#understanding-kubernetes-objects) | ||
allows you to _declare_ or specify the desired state of your resource and tries | ||
to match the actual state to this desired state. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: state of your resource and tries to?
Hi @MistyHacks looks like there are some review comments from @kbhawkey . |
- Adjusts levels - Removes some obsolete info - Rewrite of some of the intro material
- Adjusts levels - Removes some obsolete info - Rewrite of some of the intro material
- Adjusts levels - Removes some obsolete info - Rewrite of some of the intro material