Knative common packages
Go to file
Scott Nichols 5a67e38d13 Simplify FieldError merging. (#99)
* checkpoint.

* Tried a new way.

* Some more slimplifying based on feedback.

* use bang vs == false.

* not sure why I did not use go style on this forloop, fixed.
2018-10-30 01:20:33 -07:00
.github Set up issue and PR templates for pkg. (#28) 2018-07-30 13:09:36 -07:00
apis Simplify FieldError merging. (#99) 2018-10-30 01:20:33 -07:00
client Don't generate clients for apis/duck (#82) 2018-09-20 14:56:19 -07:00
configmap Prepare for global resync on ConfigMap changes (#132) 2018-10-18 09:47:28 -07:00
controller Add reconciler metrics (#127) 2018-10-22 14:34:30 -07:00
hack Add logic to check the licenses of our common package (#135) 2018-10-25 17:37:31 -07:00
kmeta Add Generation variants of kmeta/labels.go (#117) 2018-10-08 02:14:25 -07:00
logging Use zaptest logger for our TestLogger (#89) 2018-09-25 21:40:20 -07:00
metrics fix flaky test (#138) 2018-10-25 14:44:32 -07:00
signals Copy pkg/signals verbatim from Serving. (#25) 2018-07-30 13:05:36 -07:00
test Check error condition when setting default kubeconfig (#142) 2018-10-26 09:17:32 -07:00
testing Move the use of `VerifyType` in tests (#98) 2018-09-27 15:16:22 -07:00
tracker Tracker: delete objRef's keyset when it is no longer needed (#110) 2018-10-01 17:10:23 -07:00
vendor Add support for StrategicMergePatch to duck (#145) 2018-10-26 17:06:32 -07:00
webhook Add webhook svc name to DNSNames of cert (#140) 2018-10-29 11:16:33 -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 Add support for StrategicMergePatch to duck (#145) 2018-10-26 17:06:32 -07:00
Gopkg.toml Add support for StrategicMergePatch to duck (#145) 2018-10-26 17:06:32 -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.