Knative common packages
Go to file
mattmoor-sockpuppet 34792a92ce golang format tools (#419)
Produced via:
  `gofmt -s -w $(find -path './vendor' -prune -o -type f -name '*.go' -print))`
  `goimports -w $(find -name '*.go' | grep -v vendor)`
2019-05-18 10:35:26 -07:00
.github Format markdown (#183) 2018-12-03 13:53:25 -08:00
apis Implement Addressable v1beta1 to use URL. (#401) 2019-05-02 17:46:34 -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 golang format tools (#419) 2019-05-18 10:35:26 -07:00
controller golang format tools (#419) 2019-05-18 10:35:26 -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 add trace id (#405) 2019-05-16 07:14:22 -07:00
metrics Move serving/pkg/tracing to pkg/tracing, so that eventing can start using it (#407) 2019-05-08 11:43:37 -07:00
ptr Int32 is cool too (#410) 2019-05-10 16:37:38 -07:00
reconciler/testing Enable fields validation on delete actions (#398) 2019-04-30 17:39:32 -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 @SpellarBot fixed 1 typo for you :) (#403) 2019-05-06 15:03:36 -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 test-infra: get rid of Unbound variable running update-deps warning (#421) 2019-05-18 10:28:26 -07:00
version Add a utility to check against a minimum required version number. (#211) 2019-01-08 10:12:41 -08:00
webhook golang format tools (#397) 2019-04-28 07:59:30 -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 test-infra: get rid of Unbound variable running update-deps warning (#421) 2019-05-18 10:28:26 -07:00
Gopkg.toml Update stackdriver exporter to 0.9.2 and also genprotos (#396) 2019-04-25 13:25:29 -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.