https://github.com/salaboy/knative-cloudevents-controller
Knative Controller which emits cloud events when Knative Resources change state
https://github.com/salaboy/knative-cloudevents-controller
Last synced: 15 days ago
JSON representation
Knative Controller which emits cloud events when Knative Resources change state
- Host: GitHub
- URL: https://github.com/salaboy/knative-cloudevents-controller
- Owner: salaboy
- License: apache-2.0
- Created: 2021-09-28T07:37:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-28T07:37:16.000Z (over 3 years ago)
- Last Synced: 2025-02-17T19:14:17.629Z (3 months ago)
- Language: Go
- Size: 4.51 MB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
# Knative Sample Controller
[](https://godoc.org/knative.dev/sample-controller)
[](https://goreportcard.com/report/knative/sample-controller)Knative `sample-controller` defines a few simple resources that are validated by
webhook and managed by a controller to demonstrate the canonical style in which
Knative writes controllers.To learn more about Knative, please visit our
[Knative docs](https://github.com/knative/docs) repository.If you are interested in contributing, see [CONTRIBUTING.md](./CONTRIBUTING.md)
and [DEVELOPMENT.md](./DEVELOPMENT.md).