The GitOps Toolkit event forwarder and notification dispatcher
Go to file
Max Jonas Werner dbeb5a3241
document receivers.spec.resources.matchLabels in v1 API
This functionality has been implemented in #482 but we only want to
expose it in v1 of the API.

Signed-off-by: Max Jonas Werner <mail@makk.es>
2023-03-30 15:47:49 +02:00
.github/workflows Update Go to 1.20 2023-03-08 09:42:25 +01:00
api document receivers.spec.resources.matchLabels in v1 API 2023-03-30 15:47:49 +02:00
config document receivers.spec.resources.matchLabels in v1 API 2023-03-30 15:47:49 +02:00
controllers Introduce v1 API and bump Receiver version to v1 2023-03-30 15:40:54 +02:00
docs document receivers.spec.resources.matchLabels in v1 API 2023-03-30 15:47:49 +02:00
hack Introduce v1 API and bump Receiver version to v1 2023-03-30 15:40:54 +02:00
internal Introduce v1 API and bump Receiver version to v1 2023-03-30 15:40:54 +02:00
tests/fuzz fuzz: Use build script from upstream 2022-12-14 21:54:36 +00:00
.gitignore fix makefile envtest and controller-gen usage 2022-01-12 18:51:59 +05:30
.goreleaser.yaml release: pass `--yes` to cosign in signs 2023-03-08 13:26:54 +01:00
CHANGELOG.md Release v0.33.0 2023-03-08 13:52:06 +01: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 to new doc links structure 2022-08-30 14:53:24 +02:00
Dockerfile Update tonistiigi/xx to 1.2.1 2023-03-08 09:42:25 +01: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 Introduce v1 API and bump Receiver version to v1 2023-03-30 15:40:54 +02:00
PROJECT Introduce v1 API and bump Receiver version to v1 2023-03-30 15:40:54 +02:00
README.md update to new doc links structure 2022-08-30 14:53:24 +02:00
go.mod Release v0.33.0 2023-03-08 13:52:06 +01:00
go.sum Use `logger.SetLogger` to also configure `klog` 2023-03-08 10:17:08 +01:00
main.go Introduce v1 API and bump Receiver version to v1 2023-03-30 15:40:54 +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