Skip to content

Commit a3c6947

Browse files
authored
Channels and sources (#160)
* Add spec for Channels Signed-off-by: Ali Ok <aliok@redhat.com> * Rename Channel to Subscribable Signed-off-by: Ali Ok <aliok@redhat.com> * Add G and V from GVR in the Subscribable spec Signed-off-by: Ali Ok <aliok@redhat.com> * Return subscribables with GroupKind * Show subscribables in Backstage Signed-off-by: Ali Ok <aliok@redhat.com> * Spec for sources Signed-off-by: Ali Ok <aliok@redhat.com> * Sources and channels working * Adjust tests * Export pod logs Signed-off-by: Ali Ok <aliok@redhat.com> * Adjust RBAC Signed-off-by: Ali Ok <aliok@redhat.com> * Remove some comments Signed-off-by: Ali Ok <aliok@redhat.com> * Backstage plugin test cases Signed-off-by: Ali Ok <aliok@redhat.com> * Do not kill everything in case of RBAC issues regarding the subscriptions Signed-off-by: Ali Ok <aliok@redhat.com> * Do not kill everything in case of RBAC issues regarding the subscriptions Signed-off-by: Ali Ok <aliok@redhat.com> --------- Signed-off-by: Ali Ok <aliok@redhat.com>
1 parent 9ac9615 commit a3c6947

File tree

17 files changed

+1447
-231
lines changed

17 files changed

+1447
-231
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package v1
2+
3+
import "knative.dev/backstage-plugins/backends/pkg/util"
4+
5+
func (gknn GroupKindNamespacedName) String() string {
6+
return util.GKNamespacedName(gknn.Group, gknn.Kind, gknn.Namespace, gknn.Name)
7+
}

backends/pkg/eventmesh/v1/api.gen.go

Lines changed: 83 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)