Skip to content

creydr/knative-backstage-plugins

 
 

Repository files navigation

Knative Backstage Plugins and Templates

This repository contains a set of Backstage plugins for Knative, their respective backends and Knative Functions templates for Backstage.

Installation and usage

Event Mesh plugin

See Event Mesh plugin README file for more information.

Knative Function templates

See templates README file for more information.

Development

Event Mesh plugin

See Event Mesh plugin DEVELOPMENT file for more information.

Knative Function templates

See templates README file for more information.

Testing GitHub Actions

You need act installed: https://github.com/nektos/act

# Specify the job to run
act -j '<job name>'
# ex:
# act -j 'publish-release-snapshot-on-npm'
# if having issues on Apple Silicon, use:
# act --rm --container-architecture linux/amd64 -j 'publish-release-snapshot-on-npm'

About

Knative plugins for Backstage.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 51.1%
  • Go 21.9%
  • Shell 9.9%
  • Java 6.3%
  • Rust 3.6%
  • JavaScript 3.4%
  • Other 3.8%