Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
The project moved from 1.7 ThirdPartyResource to the newer CustomResourceDefinition on Aug 8th 2017 with commit abb279b. Updating the main page with this change.
  • Loading branch information
cliffy94 authored Nov 2, 2017
1 parent e9d87ec commit ff290ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Kubernetes.

At its core, KubeVirt extends [Kubernetes][k8s] by adding
additional virtualization resource types (especially the `VM` type) through
[Kubernetes's third party resource concept][tpr].
[Kubernetes's Custom Resource Definitions API][crd].
By using this mechanism, the Kubernetes API can be used to manage these `VM`
resources alongside all other resources Kubernetes provides.

Expand Down Expand Up @@ -118,7 +118,7 @@ KubeVirt is distributed under the

[//]: # (Reference links)
[k8s]: https://kubernetes.io
[tpr]: http://kubernetes.io/docs/user-guide/thirdpartyresources/
[crd]: https://kubernetes.io/docs/tasks/access-kubernetes-api/extend-api-custom-resource-definitions/
[ovirt]: https://www.ovirt.org
[cockpit]: https://cockpit-project.org/
[libvirt]: https://www.libvirt.org

0 comments on commit ff290ae

Please sign in to comment.