Knative common packages
Go to file
Scott Nichols 72f3cd2bbc
[Genreconciler] Fix group names when client groups differ than their directory name. (#1097)
* looking at annotations for group overrides.

* checkpoint.

* checkpoint

* I think it is correct.

* ok

* trim down the files.

* simulate tekton

* working test out of checkin

* remove test client

* update docs

* and test.

* lint

* it ok

* update codegen
2020-02-18 17:14:59 -08:00
.github Add fancier PR templates to knative/pkg (#461) 2019-06-14 13:40:44 -07:00
apis [Genreconciler] Fix group names when client groups differ than their directory name. (#1097) 2020-02-18 17:14:59 -08:00
changeset Some cleanups to the changeset code (#577) 2019-08-15 11:22:08 -07:00
client/injection update boilerplate to use 2020 (#979) 2020-01-07 16:04:51 -08:00
codegen [Genreconciler] Fix group names when client groups differ than their directory name. (#1097) 2020-02-18 17:14:59 -08:00
configmap Fix TestInformedWatcher sporadic failing on testgrid (#1035) 2020-02-04 08:02:30 -08:00
controller [Reconciler Generators] Adding support for configStore.ToContext (#1085) 2020-02-12 16:10:35 -08:00
hack [Genreconciler] Fix group names when client groups differ than their directory name. (#1097) 2020-02-18 17:14:59 -08:00
injection [Genreconciler] Fix group names when client groups differ than their directory name. (#1097) 2020-02-18 17:14:59 -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 golang format tools (#1102) 2020-02-18 06:47:59 -08:00
metrics Add support for client TLS to pkg/metrics (#1045) 2020-02-18 11:04:58 -08:00
network Clean up other test to use suggestions of #984 (#986) 2020-01-09 15:55:55 -08:00
profiling Optimize locking behavior of the profiling handler. (#980) 2020-01-08 12:35:53 -08:00
ptr add Time helper as well (#536) 2019-07-18 20:44:28 -07:00
reconciler golang format tools (#1099) 2020-02-17 09:56:10 -08:00
resolver Rename KnativeReference to KReference (#1039) 2020-02-03 12:58:30 -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 Filter tracked sharedmain ConfigMaps based on optional label selector (#973) 2020-01-13 06:53:04 -08:00
test [Genreconciler] Fix group names when client groups differ than their directory name. (#1097) 2020-02-18 17:14:59 -08:00
testing update boilerplate to use 2020 (#979) 2020-01-07 16:04:51 -08:00
testutils golang format tools (#1099) 2020-02-17 09:56:10 -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 Don't call the callback with the lock held (#862) 2020-02-13 13:28:36 -08:00
vendor Auto-update dependencies (#1090) 2020-02-13 10:00:37 -08:00
version bump the minimum version to 1.15.1 (#1070) 2020-02-10 17:16:07 -08:00
webhook Update jsonpatch lib that correctly handle object removal (#1078) 2020-02-12 08:27:22 -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 [Genreconciler] Fix group names when client groups differ than their directory name. (#1097) 2020-02-18 17:14:59 -08: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 [Genreconciler] Fix group names when client groups differ than their directory name. (#1097) 2020-02-18 17:14:59 -08:00
Gopkg.toml include testing helpers to fuzz our API types and perform some roundtrip testing (#1010) 2020-01-28 06:58:26 -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 adding matt and scott to owners for codegen (#1054) 2020-02-05 13:44:31 -08:00
README.md Format markdown (#189) 2018-12-04 14:14:25 -08:00
RELEASING.md update the deps for which repos the pkg release eng should deal with. (#991) 2020-01-14 06:34:05 -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.