Knative common packages
Go to file
Matt Moore fd1e3cc5c9 Add logic to convert the watch.Interface. (#106)
The watch logic returns events containing `unstructured.Unstructured`.  This adds a proxy that converts those to the appropriate structured type.
2018-09-29 21:38:22 -07:00
.github Set up issue and PR templates for pkg. (#28) 2018-07-30 13:09:36 -07:00
apis Add logic to convert the watch.Interface. (#106) 2018-09-29 21:38:22 -07:00
client Don't generate clients for apis/duck (#82) 2018-09-20 14:56:19 -07:00
configmap Few changes to the configmap package (#59) 2018-09-12 07:42:16 -07:00
controller Bump the sleep in the controller testing. (#88) 2018-09-24 07:49:20 -07:00
hack Informers / Listers for Duck Types. (#86) 2018-09-24 20:10:20 -07:00
kmeta Rename kmeta.NewOwnerReference to NewControllerRef (#70) 2018-09-13 15:01:16 -07:00
logging Use zaptest logger for our TestLogger (#89) 2018-09-25 21:40:20 -07:00
signals Copy pkg/signals verbatim from Serving. (#25) 2018-07-30 13:05:36 -07:00
test The test logger will now log the correct caller (#63) 2018-09-06 14:16:14 -07:00
testing Move the use of `VerifyType` in tests (#98) 2018-09-27 15:16:22 -07:00
tracker This change implements a more generalized form of the BuildTracker. (#95) 2018-09-26 17:31:21 -07:00
vendor Use zaptest logger for our TestLogger (#89) 2018-09-25 21:40:20 -07:00
webhook Move the use of `VerifyType` in tests (#98) 2018-09-27 15:16:22 -07:00
.gitattributes exclude /test/... for code coverage calculation & report (#101) 2018-09-27 15:28:21 -07:00
.gitignore Adding more field errors. (#34) 2018-08-02 10:05:37 -07:00
CONTRIBUTING.md Copy over some of the core markdown from serving. (#2) 2018-07-25 10:44:49 -07:00
DEVELOPMENT.md Copy over some of the core markdown from serving. (#2) 2018-07-25 10:44:49 -07:00
Gopkg.lock Use zaptest logger for our TestLogger (#89) 2018-09-25 21:40:20 -07:00
Gopkg.toml Use zaptest logger for our TestLogger (#89) 2018-09-25 21:40:20 -07:00
LICENSE Initial commit 2018-07-25 10:16:04 -07:00
OWNERS Add a top-level OWNERS file to pkg. (#6) 2018-07-25 10:43:10 -07:00
README.md Add "godoc" and "go report" badges (#19) 2018-07-26 16:39:37 -07:00
code-of-conduct.md Copy over some of the core markdown from serving. (#2) 2018-07-25 10:44:49 -07:00

README.md

Knative Common Packages

GoDoc Go Report Card

Knative pkg provides a place for sharing common Knative packages across the Knative repos.

To learn more about Knative, please visit our Knative docs repository.

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