Knative common packages
Go to file
mattmoor-sockpuppet 587f3a14e4 Auto-update dependencies (#559)
Produced via:
  `dep ensure -update knative.dev/test-infra`
/assign @mattmoor
2019-08-06 07:23:55 -07:00
.github Add fancier PR templates to knative/pkg (#461) 2019-06-14 13:40:44 -07:00
apis apis: fix typo in ConditionSet.Manage comment (#551) 2019-07-30 08:52:43 -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 Fix the issues pointed out by staticcheck (#541) 2019-07-23 13:13:36 -07:00
codegen/cmd/injection-gen golang format tools (#497) 2019-06-27 07:37:08 -07:00
configmap This prints better log when CM is loaded. (#548) 2019-07-29 15:23:42 -07:00
controller Fix the issues pointed out by staticcheck (#541) 2019-07-23 13:13:36 -07:00
hack Use knative.dev/test-infra (#552) 2019-07-31 14:20:43 -07:00
injection Read the logging configmap via API, not from the file system. (#553) 2019-08-01 10:06:44 -07:00
kmeta Fix the panics in the naming functions. (#556) 2019-08-02 14:48:46 -07:00
kmp Fix the issues pointed out by staticcheck (#541) 2019-07-23 13:13:36 -07:00
logging Migrate pkg to use the knative.dev/pkg import path (#489) 2019-06-26 13:02:06 -07:00
metrics Fix the issues pointed out by staticcheck (#541) 2019-07-23 13:13:36 -07:00
ptr add Time helper as well (#536) 2019-07-18 20:44:28 -07:00
reconciler/testing golang format tools (#497) 2019-06-27 07:37:08 -07:00
signals Fix the issues pointed out by staticcheck (#541) 2019-07-23 13:13:36 -07:00
system Migrate pkg to use the knative.dev/pkg import path (#489) 2019-06-26 13:02:06 -07:00
test Move webhook apicoverage to knative/pkg (#555) 2019-08-06 07:16:55 -07:00
testing golang format tools (#497) 2019-06-27 07:37:08 -07:00
tracing Fix the issues pointed out by staticcheck (#541) 2019-07-23 13:13:36 -07:00
tracker Fix the issues pointed out by staticcheck (#541) 2019-07-23 13:13:36 -07:00
vendor Auto-update dependencies (#559) 2019-08-06 07:23:55 -07:00
version Add a utility to check against a minimum required version number. (#211) 2019-01-08 10:12:41 -08:00
webhook Add validation for creator and lastModifier annotation (#539) 2019-07-28 21:51:04 -07:00
websocket Fix the issues pointed out by staticcheck (#541) 2019-07-23 13:13:36 -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 (#559) 2019-08-06 07:23:55 -07:00
Gopkg.toml Use knative.dev/test-infra (#552) 2019-07-31 14:20:43 -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 Remove Erik and Nikhil from Productivity Reviewers (#532) 2019-07-16 16:11:27 -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.