Skip to content

Commit

Permalink
Merge pull request kubevirt#540 from cliffy94/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
davidvossel authored Nov 2, 2017
2 parents e9d87ec + ff290ae commit f143606
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 f143606

Please sign in to comment.