Knative common packages
Go to file
Matt Moore d90a9bc97d Upstream the logstream package from knative/serving. (#472)
This also upstreams the utility for generating test resource names upon which it builds.
2019-06-18 20:29:46 -07:00
.github Add fancier PR templates to knative/pkg (#461) 2019-06-14 13:40:44 -07:00
apis Better for loop for iterating over the channel (#458) 2019-06-12 13:40:44 -07:00
changeset Grep fix formatting issues (#233) 2019-01-18 14:33:32 -08:00
client Access a logger and Fatalf when Get would return nil. (#439) 2019-06-05 09:06:38 -07:00
cloudevents Update OWNERS to use OWNERS_ALIASES (#422) 2019-05-29 20:04:33 -07:00
codegen/cmd/injection-gen golang format tools (#444) 2019-06-06 09:54:40 -07:00
configmap Update OWNERS to use OWNERS_ALIASES (#422) 2019-05-29 20:04:33 -07:00
controller Push the event recorder stuff into knative/pkg (#443) 2019-06-06 07:35:40 -07:00
hack Make a small adjustment to hack/update-deps.sh (#465) 2019-06-14 22:06:44 -07:00
injection Adding Batch v1 Job to injection client. (#459) 2019-06-12 14:55:43 -07:00
kmeta Upstream ChildName to the pkg (#471) 2019-06-18 18:43:46 -07:00
kmp Upgrade go-cmp and add new diff options to kmp (#382) 2019-04-15 13:41:00 -07:00
logging golang format tools (#437) 2019-05-31 11:11:32 -07:00
metrics Update OWNERS to use OWNERS_ALIASES (#422) 2019-05-29 20:04:33 -07:00
ptr Int32 is cool too (#410) 2019-05-10 16:37:38 -07:00
reconciler/testing Push the event recorder stuff into knative/pkg (#443) 2019-06-06 07:35:40 -07:00
signals Add a new method to wrap the signal channel in a context. (#420) 2019-05-24 06:35:28 -07:00
system add namespaces in pkg (#235) 2019-01-22 21:21:33 -08:00
test Upstream the logstream package from knative/serving. (#472) 2019-06-18 20:29:46 -07:00
testing golang format tools (#397) 2019-04-28 07:59:30 -07:00
tracing Move serving/pkg/tracing to pkg/tracing, so that eventing can start using it (#407) 2019-05-08 11:43:37 -07:00
tracker Add an immediate callback for new registrations in Tracker. (#245) 2019-01-28 09:30:36 -08:00
vendor Update github.com/knative/test-infra dependency (#470) 2019-06-18 08:25:47 -07:00
version Add a utility to check against a minimum required version number. (#211) 2019-01-08 10:12:41 -08:00
webhook Incorporate the sub-resource context into the context state populated by the webhook. (#442) 2019-06-05 20:36:39 -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 Update github.com/knative/test-infra dependency (#470) 2019-06-18 08:25:47 -07:00
Gopkg.toml Adding Api Extensions to client injection in pkg. (#449) 2019-06-07 18:54:40 -07:00
LICENSE Initial commit 2018-07-25 10:16:04 -07:00
OWNERS Update OWNERS to use OWNERS_ALIASES (#422) 2019-05-29 20:04:33 -07:00
OWNERS_ALIASES Update OWNERS to use OWNERS_ALIASES (#422) 2019-05-29 20:04:33 -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.