Add table for eventing assets (#1896) (#3304)

* Add table for eventing assets (#1896)

* Update docs/install/assets/eventing.md

Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>

* Apply feedback to eventing asset table

* Update docs/install/assets/eventing.md

Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>

Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
This commit is contained in:
Samia Nneji 2021-03-05 21:39:20 +00:00 committed by GitHub
parent 2055f181ac
commit 8081629703
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
# Knative Eventing installation files
| File name | Description | Dependencies|
| --- | --- | --- |
| eventing-core.yaml | Knative Eventing core components. | eventing-crds.yaml |
| eventing-crds.yaml | Knative Eventing core CRDs. | none |
| eventing-post-install.yaml | Required jobs for upgrading to a new minor version. | eventing-core.yaml, eventing-crds.yaml |
| eventing-sugar-controller.yaml | Optional reconciler that watches for labels and annotations on certain resources to inject eventing components. | eventing-core.yaml |
| eventing.yaml | Combines `eventing-core.yaml`, `mt-channel-broker.yaml`, and `in-memory-channel.yaml`. | none |
| in-memory-channel.yaml | Components to configure In-Memory Channels. | eventing-core.yaml |
| mt-channel-broker.yaml | Components to configure Multi-Tenant (MT) Channel Broker. | eventing-core.yaml |