From 9f39104b5e24f39b72035a71a9da7b04d9e317b8 Mon Sep 17 00:00:00 2001 From: imjoey Date: Fri, 24 Aug 2018 19:41:37 +0800 Subject: [PATCH] Use CRD to represent custom resource instead of TPR Signed-off-by: imjoey --- docs/architecture.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/architecture.md b/docs/architecture.md index 3a85a9c74425..d446318b5372 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -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