Knative common packages
Go to file
Matt Moore 8f763fa65a Format markdown (#981)
Produced via:
  `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
/assign n3wscott
/cc n3wscott
2020-01-08 07:19:53 -08:00
.github
apis update boilerplate to use 2020 (#979) 2020-01-07 16:04:51 -08:00
changeset
client/injection update boilerplate to use 2020 (#979) 2020-01-07 16:04:51 -08:00
codegen/cmd/injection-gen Reduce the boilerplate for setting up duck.InformerFactory's. (#896) 2019-11-25 09:57:10 -08:00
configmap Fix an annoying nit (#964) 2019-12-26 16:36:30 -08:00
controller add EnqueueSentinel to pkg/controller (#841) 2019-11-04 16:22:20 -08:00
hack update boilerplate to use 2020 (#979) 2020-01-07 16:04:51 -08:00
injection Fix sharedmain log messages format (#974) 2020-01-06 07:53:49 -08:00
kmeta Fix a typo in the comment (#962) 2019-12-23 14:38:26 -08:00
kmp Assorted linting fixes. (#840) 2019-11-01 12:49:12 -07:00
logging update boilerplate to use 2020 (#979) 2020-01-07 16:04:51 -08:00
metrics Format markdown (#981) 2020-01-08 07:19:53 -08:00
network Move generic packages from serving to pkg. (#927) 2019-12-06 17:57:40 -08:00
profiling Remove all occurrences of github.com/pkg/errors. (#888) 2019-12-17 10:41:03 -08:00
ptr
reconciler Creating an Event interface and ReconcilerEvent type to be used in ReconcileKind (#952) 2020-01-07 15:08:51 -08:00
resolver Some cleanups in the URI tests (#914) 2019-11-28 13:42:22 -08:00
signals Revert "Add SIGPIPE signal handler to the signals package (#689)" (#709) 2019-09-20 13:33:05 -07:00
source Adding common sourceLabels func (#720) 2019-10-15 09:13:32 -07:00
system
test Added GKE release channel support in cluster creation in cluster manager lib (#968) 2020-01-02 11:27:42 -08:00
testing update boilerplate to use 2020 (#979) 2020-01-07 16:04:51 -08:00
testutils Return GKECluster info in PCO (#975) 2020-01-06 14:43:50 -08:00
third_party/mako
tracing
tracker update boilerplate to use 2020 (#979) 2020-01-07 16:04:51 -08:00
vendor Bump k8s vendor to 1.16.4 (#972) 2020-01-06 13:17:50 -08:00
version bump the default minimum version to 1.15 (#971) 2020-01-06 11:48:49 -08:00
webhook add ability to opt-out of bindings (#970) 2020-01-07 08:56:51 -08:00
websocket Turn websocket's handshake timeout down again. (#941) 2019-12-11 07:02:49 -08:00
.gitattributes Enable coverage for test code (#778) 2019-10-21 12:37:24 -07:00
.gitignore
CONTRIBUTING.md
DEVELOPMENT.md
Gopkg.lock Bump k8s vendor to 1.16.4 (#972) 2020-01-06 13:17:50 -08:00
Gopkg.toml Bump k8s vendor to 1.16.4 (#972) 2020-01-06 13:17:50 -08:00
LICENSE
OWNERS
OWNERS_ALIASES Update istio.io/client-go version to 1.4.1 (#930) 2019-12-13 06:49:54 -08:00
README.md
RELEASING.md adding note about undoing release staging. (#845) 2019-11-04 18:32:22 -08:00
code-of-conduct.md

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.