Knative common packages
Go to file
Victor Agababov 1b67a06e3a Fix the display in the table tests. (#393)
Currently we're collecting and printing extra objects
as VerbActions, which of course is not what's extra, the extra is the
object wrapped around them. So print that insted.
2019-04-19 15:37:27 -07:00
.github Format markdown (#183) 2018-12-03 13:53:25 -08:00
apis Adding Strict Validation based on struct.*Deprecated*Foo (#339) 2019-04-19 09:19:27 -07:00
changeset Grep fix formatting issues (#233) 2019-01-18 14:33:32 -08:00
client Move Condition stuff to apis, add a v1beta1 Status. (#361) 2019-04-02 09:51:55 -07:00
cloudevents Revert delete of cloudevents. (#356) 2019-03-29 16:01:54 -07:00
configmap Moving reconcile/testing from serving to pkg. (#387) 2019-04-17 08:19:28 -07:00
controller Add a version of GlobalResync that calls an event handler. (#381) 2019-04-10 13:33:59 -07:00
hack Move Condition stuff to apis, add a v1beta1 Status. (#361) 2019-04-02 09:51:55 -07:00
kmeta Update OnChanged in tracker to support deletion events (#160) 2018-11-05 08:21:35 -08:00
kmp Upgrade go-cmp and add new diff options to kmp (#382) 2019-04-15 13:41:00 -07:00
logging Move Condition stuff to apis, add a v1beta1 Status. (#361) 2019-04-02 09:51:55 -07:00
metrics Add support to flush the metrics exporter (#391) 2019-04-18 20:12:27 -07:00
ptr Adding string pointer. (#380) 2019-04-10 10:06:58 -07:00
reconciler/testing Fix the display in the table tests. (#393) 2019-04-19 15:37:27 -07:00
signals Copy pkg/signals verbatim from Serving. (#25) 2018-07-30 13:05:36 -07:00
system add namespaces in pkg (#235) 2019-01-22 21:21:33 -08:00
test Add a method to check if a single pod running (#375) 2019-04-10 10:16:58 -07:00
testing Adding Strict Validation based on struct.*Deprecated*Foo (#339) 2019-04-19 09:19:27 -07:00
tracker Add an immediate callback for new registrations in Tracker. (#245) 2019-01-28 09:30:36 -08:00
vendor Moving reconcile/testing from serving to pkg. (#387) 2019-04-17 08:19:28 -07:00
version Add a utility to check against a minimum required version number. (#211) 2019-01-08 10:12:41 -08:00
webhook Adding Strict Validation based on struct.*Deprecated*Foo (#339) 2019-04-19 09:19:27 -07:00
websocket Add a way to check the status of the websocket. (#337) 2019-03-25 08:41:50 -07:00
.gitattributes Update OpenCensus Stackdriver exporter version (#280) 2019-02-20 14:18:46 -08:00
.gitignore Copy gitignore contents from serving. (#390) 2019-04-18 17:32:27 -07:00
CONTRIBUTING.md Copy over some of the core markdown from serving. (#2) 2018-07-25 10:44:49 -07:00
DEVELOPMENT.md Format markdown (#189) 2018-12-04 14:14:25 -08:00
Gopkg.lock Moving reconcile/testing from serving to pkg. (#387) 2019-04-17 08:19:28 -07:00
Gopkg.toml Upgrade go-cmp and add new diff options to kmp (#382) 2019-04-15 13:41:00 -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 Format markdown (#189) 2018-12-04 14:14:25 -08:00
code-of-conduct.md Format markdown (#189) 2018-12-04 14:14:25 -08: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.