The GitOps Toolkit event forwarder and notification dispatcher
Go to file
ahothan 4b694098db Update the webex notification provider and markdown
Signed-off-by: ahothan <ahothan@cisco.com>
2022-03-23 13:36:24 -07:00
.github/workflows Pass headers to generic provider through secretRef 2022-01-26 12:39:02 +01:00
api Cleanup metadata fields before alerting 2022-03-21 12:38:06 +02:00
config Release v0.23.1 2022-03-23 21:55:26 +02:00
controllers Update dependencies 2022-03-18 15:22:42 +01:00
docs Use new standardized runtime and meta packages 2022-03-18 00:01:41 +05:30
hack Update dependencies 2021-02-24 15:40:54 +02:00
internal Update the webex notification provider and markdown 2022-03-23 13:36:24 -07:00
tests/fuzz Use new standardized runtime and meta packages 2022-03-18 00:01:41 +05:30
.gitignore fix makefile envtest and controller-gen usage 2022-01-12 18:51:59 +05:30
.goreleaser.yaml Publish SBOM and sign release artifacts 2022-01-21 17:11:42 +02:00
CHANGELOG.md Release v0.23.1 2022-03-23 21:55:26 +02:00
CODE_OF_CONDUCT.md Init controller 2020-06-29 15:45:22 +03:00
DCO Init controller 2020-06-29 15:45:22 +03:00
DEVELOPMENT.md Update dev docs 2022-01-12 23:02:50 +00:00
Dockerfile drop capabilities, enable seccomp and enforce runAsNonRoot 2022-01-20 06:36:44 +00:00
LICENSE Initial commit 2020-06-29 15:21:12 +03:00
MAINTAINERS Add Somtochi as a maintainer 2021-08-26 11:07:16 +01:00
Makefile Run tidy before Go test 2022-03-21 12:49:53 +02:00
PROJECT Promote API to v1beta1 2020-09-30 18:21:17 +03:00
README.md Add CII badge 2021-04-08 12:30:12 +02:00
go.mod Release v0.23.1 2022-03-23 21:55:26 +02:00
go.sum Cleanup metadata fields before alerting 2022-03-21 12:38:06 +02:00
main.go Allow disabling cross-namespace event sources 2022-01-28 10:30:31 +02:00

README.md

notification-controller

CII Best Practices 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