1
0
Fork 0
mirror of https://github.com/imjasonh/task-controller synced 2026-07-06 22:13:02 +00:00
No description
Find a file
2020-06-04 14:17:31 -04:00
cmd
config
hack
pkg
test
third_party/VENDOR-LICENSE
vendor
.gitattributes
.gitignore
code-of-conduct.md
CONTRIBUTING.md
DEVELOPMENT.md
example.yaml
go.mod
go.sum
LICENSE
OWNERS
OWNERS_ALIASES
README.md

Knative Sample Controller

GoDoc Go Report Card

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 repository.

If you are interested in contributing, see CONTRIBUTING.md and DEVELOPMENT.md.