@knative-extensions/plugin-knative-event-mesh-backend 0.0.0-snapshot.0185c9e → 0.0.0-snapshot.0f1d818
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,6 +5,8 @@ The Event Mesh plugin is a Backstage plugin that allows you to view and manage K
|
|
|
5
5
|
The Backstage plugin talks to a special backend that runs in the Kubernetes cluster and communicates with the Kubernetes
|
|
6
6
|
API server.
|
|
7
7
|
|
|
8
|
+
A demo setup for this plugin is available at https://github.com/aliok/knative-backstage-demo.
|
|
9
|
+
|
|
8
10
|
## Installation
|
|
9
11
|
|
|
10
12
|
Install the backend and the relevant configuration in the Kubernetes cluster
|