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 :) |
nikhita
left a comment
There was a problem hiding this comment.
/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 DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
| 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.
nit: is it Kubernetes functions or Kubernetes resources, Kubernetes components?
There was a problem hiding this comment.
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.
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