Knative common packages
Go to file
Jin Chi He 76da19bbc6 add openapi-gen=true for some structs (#510) 2019-07-11 21:17:33 -07:00
.github Add fancier PR templates to knative/pkg (#461) 2019-06-14 13:40:44 -07:00
apis add openapi-gen=true for some structs (#510) 2019-07-11 21:17:33 -07:00
changeset Grep fix formatting issues (#233) 2019-01-18 14:33:32 -08:00
client Migrate pkg to use the knative.dev/pkg import path (#489) 2019-06-26 13:02:06 -07:00
cloudevents golang format tools (#497) 2019-06-27 07:37:08 -07:00
codegen/cmd/injection-gen golang format tools (#497) 2019-06-27 07:37:08 -07:00
configmap golang format tools (#497) 2019-06-27 07:37:08 -07:00
controller golang format tools (#497) 2019-06-27 07:37:08 -07:00
hack Migrate pkg to use the knative.dev/pkg import path (#489) 2019-06-26 13:02:06 -07:00
injection added limitrange and resourcequota informers (#501) 2019-07-02 22:44:32 -07:00
kmeta Migrate pkg to use the knative.dev/pkg import path (#489) 2019-06-26 13:02:06 -07:00
kmp Upgrade go-cmp and add new diff options to kmp (#382) 2019-04-15 13:41:00 -07:00
logging Migrate pkg to use the knative.dev/pkg import path (#489) 2019-06-26 13:02:06 -07:00
metrics Add metrics to webhook package (#503) 2019-07-08 16:00:44 -07:00
ptr Int32 is cool too (#410) 2019-05-10 16:37:38 -07:00
reconciler/testing golang format tools (#497) 2019-06-27 07:37:08 -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 Migrate pkg to use the knative.dev/pkg import path (#489) 2019-06-26 13:02:06 -07:00
test golang format tools (#497) 2019-06-27 07:37:08 -07:00
testing golang format tools (#497) 2019-06-27 07:37:08 -07:00
tracing golang format tools (#497) 2019-06-27 07:37:08 -07:00
tracker Migrate pkg to use the knative.dev/pkg import path (#489) 2019-06-26 13:02:06 -07:00
vendor Auto-update dependencies (#509) 2019-07-04 15:01:33 -07:00
version Add a utility to check against a minimum required version number. (#211) 2019-01-08 10:12:41 -08:00
webhook Change 'updater' to 'lastModifier' in webhook (#512) 2019-07-09 17:58:59 -07:00
websocket Migrate pkg to use the knative.dev/pkg import path (#489) 2019-06-26 13:02:06 -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 (#496) 2019-06-27 07:24:10 -07:00
Gopkg.lock Auto-update dependencies (#509) 2019-07-04 15:01:33 -07:00
Gopkg.toml Upgrade kubernetes-1.12.6 -> kubernetes-1.12.9 (#508) 2019-07-03 14:42:32 -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
RELEASING.md update readme with knative.dev/pkg (#495) 2019-06-26 14:56:08 -07: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.