Knative common packages
Go to file
Slavomir Kaslev 37e855f81e Update istio.io/client-go version to 1.4.1 (#930)
Update istio.io/client-go and drop our patch for it since it has been upstreamed.
2019-12-13 06:49:54 -08:00
.github Add fancier PR templates to knative/pkg (#461) 2019-06-14 13:40:44 -07:00
apis Implement a base library for implementing "Pod Spec"-able bindings. (#915) 2019-12-02 08:58:34 -08:00
changeset Some cleanups to the changeset code (#577) 2019-08-15 11:22:08 -07:00
client Auto-update dependencies (#908) 2019-11-27 07:54:22 -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 add config validation as admission controller (#636) 2019-09-22 07:23:10 -07:00
controller add EnqueueSentinel to pkg/controller (#841) 2019-11-04 16:22:20 -08:00
hack Update istio.io/client-go version to 1.4.1 (#930) 2019-12-13 06:49:54 -08:00
injection Reduce the boilerplate for setting up duck.InformerFactory's. (#896) 2019-11-25 09:57:10 -08:00
kmeta Fix the childname where trimming caused a dash. (#928) 2019-12-08 14:12:44 -08:00
kmp Assorted linting fixes. (#840) 2019-11-01 12:49:12 -07:00
logging Remove ugly constant string being printed in every log. (#878) 2019-11-13 19:30:28 -08:00
metrics add metrics for recording knative certificate issuance latencies (#940) 2019-12-10 21:09:48 -08:00
network Move generic packages from serving to pkg. (#927) 2019-12-06 17:57:40 -08:00
profiling Made ReadProfilingKey method public and more generic (#852) 2019-11-07 06:31:55 -08:00
ptr add Time helper as well (#536) 2019-07-18 20:44:28 -07:00
reconciler setting other test data (#933) 2019-12-10 10:44:47 -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 Migrate pkg to use the knative.dev/pkg import path (#489) 2019-06-26 13:02:06 -07:00
test remove emit metrics flag (#929) 2019-12-09 07:01:45 -08:00
testing Implement a base library for implementing "Pod Spec"-able bindings. (#915) 2019-12-02 08:58:34 -08:00
testutils Propagate the error in prow-cluster-operation actions instead of log.Fatalf (#931) 2019-12-09 20:45:46 -08:00
third_party/mako Format markdown (#618) 2019-08-29 07:09:45 -07:00
tracing golang format tools (#669) 2019-09-12 08:28:33 -07:00
tracker Add support for Selector in tracker.Reference. (#861) 2019-11-11 07:05:21 -08:00
vendor Update istio.io/client-go version to 1.4.1 (#930) 2019-12-13 06:49:54 -08:00
version Fix spelling errors (#701) 2019-09-19 07:49:00 -07:00
webhook Remove temporary logic to allow shared paths in webhook. (#943) 2019-12-12 11:14:52 -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 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 Update istio.io/client-go version to 1.4.1 (#930) 2019-12-13 06:49:54 -08:00
Gopkg.toml Update istio.io/client-go version to 1.4.1 (#930) 2019-12-13 06:49:54 -08: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 istio.io/client-go version to 1.4.1 (#930) 2019-12-13 06:49:54 -08:00
README.md Format markdown (#189) 2018-12-04 14:14:25 -08:00
RELEASING.md adding note about undoing release staging. (#845) 2019-11-04 18:32:22 -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.