The GitOps Toolkit event forwarder and notification dispatcher
Go to file
Stefan Prodan f2e96a88e0
Add summary field to Alert API
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2020-12-06 11:36:41 +02:00
.github/workflows Update engineerd/setup-kind to v0.5.0 2020-11-12 12:12:40 +02:00
api Add summary field to Alert API 2020-12-06 11:36:41 +02:00
config Add summary field to Alert API 2020-12-06 11:36:41 +02:00
controllers Refactor to adopt k8s standardized Condition type 2020-11-19 19:51:40 +02:00
docs Add summary field to Alert API 2020-12-06 11:36:41 +02:00
hack Fix "Notification API reference" title 2020-11-24 09:45:03 +01:00
internal Add check for duplicate status to avoid spamming the same status 2020-12-02 19:41:48 +01:00
.gitignore Init controller 2020-06-29 15:45:22 +03:00
CHANGELOG.md Release v0.4.0 2020-11-26 18:02:46 +02:00
CODE_OF_CONDUCT.md Init controller 2020-06-29 15:45:22 +03:00
CONTRIBUTING.md Init controller 2020-06-29 15:45:22 +03:00
DCO Init controller 2020-06-29 15:45:22 +03:00
Dockerfile Promote API to v1beta1 2020-09-30 18:21:17 +03:00
LICENSE Initial commit 2020-06-29 15:21:12 +03:00
MAINTAINERS Share flux2 maintainers 2020-11-30 13:20:05 +00:00
Makefile Release v0.2.0 2020-10-29 14:15:46 +02:00
PROJECT Promote API to v1beta1 2020-09-30 18:21:17 +03:00
README.md Release v0.2.0 2020-10-29 14:15:46 +02:00
go.mod Release v0.4.0 2020-11-26 18:02:46 +02:00
go.sum Release v0.4.0 2020-11-26 18:02:46 +02:00
main.go Add readiness/liveness probes 2020-11-26 10:00:55 +02:00

README.md

notification-controller

e2e report license release

Event forwarder and notification dispatcher for the GitOps Toolkit controllers. The notification-controller is an implementation of the notification.toolkit.fluxcd.io API based on the specifications described in the RFC.

overview