Skip to content

Commit

Permalink
Use CRD to represent custom resource instead of TPR
Browse files Browse the repository at this point in the history
Signed-off-by: imjoey <[email protected]>
  • Loading branch information
imjoey committed Aug 24, 2018
1 parent bd3a10c commit 9f39104
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ required state.
This same mechanism is used by KubeVirt. Thus KubeVirt delivers three things
to provide the new functionality:

1. Additional types - so called 3rd party resources - are added to the
Kubernetes API
1. Additional types - so called [Custom Resource Definition](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/) (CRD) - are added to the Kubernetes API
2. Additional controllers for cluster wide logic associated with this new types
3. Additional daemons for node specific logic associated with new types

Expand Down

0 comments on commit 9f39104

Please sign in to comment.