An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Knative Sample Controller

[![GoDoc](https://godoc.org/knative.dev/sample-controller?status.svg)](https://godoc.org/knative.dev/sample-controller)
[![Go Report Card](https://goreportcard.com/badge/knative/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).