From 61b3426b4901fd7b31b65ce0e6b99911614fabd3 Mon Sep 17 00:00:00 2001 From: Scott Nichols Date: Wed, 27 Jun 2018 07:22:39 -0700 Subject: [PATCH 1/4] First pass at listing CRDs added by eventing. --- README.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d6300c48f2..abca2016ae8 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This repo depends on [knative/serving](https://github.com/knative/serving) and together with [knative/build](https://github.com/knative/build) provides a complete serverless platform. -The primary goal of *eventing* is interoperabilty; therefore, we expect to +The primary goal of *eventing* is interoperability; therefore, we expect to provide common libraries that can be used in other systems to emit or consume events. @@ -42,3 +42,27 @@ attaching an event (or filtered event stream via a "trigger) to an action. * [Setup Binding](./DEVELOPMENT.md) * [Run samples](./sample/README.md) + +# Kubernetes Extensions + +Eventing extends Kubernetes with Custom Resource Definitions (CRDs). The +following Custom Resources (CRs) are related in the production and consumption +of events: + +#### Channels + + - Bus + - Channel + - Subscription + +#### Feeds + + - Bind + - EventSource + - EventType + +#### Istio + + - Gateway + - VirtualService + - \ No newline at end of file From 0df30c5a1f0f1dc6bcd7f2d4d295fdac278d0b48 Mon Sep 17 00:00:00 2001 From: Scott Nichols Date: Wed, 27 Jun 2018 07:24:27 -0700 Subject: [PATCH 2/4] Remove dangling bullet. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index abca2016ae8..eb124bd3200 100644 --- a/README.md +++ b/README.md @@ -65,4 +65,3 @@ of events: - Gateway - VirtualService - - \ No newline at end of file From 3318b1124e73d2b4211969daacc1ef1d495ca638 Mon Sep 17 00:00:00 2001 From: Scott Nichols Date: Thu, 28 Jun 2018 10:24:13 -0700 Subject: [PATCH 3/4] Remove Istio. --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index eb124bd3200..efe5db81482 100644 --- a/README.md +++ b/README.md @@ -60,8 +60,3 @@ of events: - Bind - EventSource - EventType - -#### Istio - - - Gateway - - VirtualService From b37ff6b8395486fbb315d72a395ff2cbb3603d2a Mon Sep 17 00:00:00 2001 From: Scott Nichols Date: Fri, 29 Jun 2018 11:21:25 -0700 Subject: [PATCH 4/4] related -> used. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index efe5db81482..a22d71a1b3c 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,8 @@ attaching an event (or filtered event stream via a "trigger) to an action. # Kubernetes Extensions Eventing extends Kubernetes with Custom Resource Definitions (CRDs). The -following Custom Resources (CRs) are related in the production and consumption -of events: +following Custom Resources (CRs) are used in the production and consumption of +events: #### Channels