diff --git a/README.md b/README.md index 9d6300c48f2..a22d71a1b3c 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,21 @@ 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 used in the production and consumption of +events: + +#### Channels + + - Bus + - Channel + - Subscription + +#### Feeds + + - Bind + - EventSource + - EventType