mirror of https://github.com/knative/docs.git
* 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:
parent
2055f181ac
commit
8081629703
|
@ -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 |
|
Loading…
Reference in New Issue