Knative common packages
Go to file
Scott Nichols 4c07e187d4
Scott to owners on pkg (#1781)
* Scott to owners on pkg

* lower the codecov bar

* nit
2020-10-07 09:20:21 -07:00
.github Update common github actions (#1763) 2020-09-30 19:22:29 -07:00
apiextensions Apply the cleanup to the pkg (#1776) 2020-10-05 21:41:20 -07:00
apis add fuzzers (#1770) 2020-10-07 08:02:20 -07:00
changeset v2 (#1754) 2020-09-29 13:18:29 -07:00
client/injection move binding duck to v1 (#1774) 2020-10-06 10:24:21 -07:00
codegen Apply the cleanup to the pkg (#1776) 2020-10-05 21:41:20 -07:00
configmap v2 (#1754) 2020-09-29 13:18:29 -07:00
controller v2 (#1754) 2020-09-29 13:18:29 -07:00
hack Generate Informer injection for coordination/v1 (#1636) 2020-08-20 11:12:14 -07:00
hash v2 (#1754) 2020-09-29 13:18:29 -07:00
injection Put EnableInjectionOrDie back on the main path (#1772) 2020-10-06 16:58:20 -07:00
kflag v2 (#1754) 2020-09-29 13:18:29 -07:00
kmeta v2 (#1754) 2020-09-29 13:18:29 -07:00
kmp v2 (#1754) 2020-09-29 13:18:29 -07:00
kvstore v2 (#1754) 2020-09-29 13:18:29 -07:00
leaderelection Put EnableInjectionOrDie back on the main path (#1772) 2020-10-06 16:58:20 -07:00
logging v2 (#1754) 2020-09-29 13:18:29 -07:00
metrics Apply the cleanup to the pkg (#1776) 2020-10-05 21:41:20 -07:00
network v2 (#1754) 2020-09-29 13:18:29 -07:00
pool v2 (#1754) 2020-09-29 13:18:29 -07:00
profiling Apply the cleanup to the pkg (#1776) 2020-10-05 21:41:20 -07:00
ptr Add helpers for float pointers. (#1559) 2020-07-27 01:13:59 -07:00
reconciler v2 (#1754) 2020-09-29 13:18:29 -07:00
resolver v2 (#1754) 2020-09-29 13:18:29 -07:00
signals Revert "Add SIGPIPE signal handler to the signals package (#689)" (#709) 2019-09-20 13:33:05 -07:00
source v2 (#1754) 2020-09-29 13:18:29 -07:00
system only hardcode SYSTEM_NAMESPACE if not set (#1655) 2020-08-27 13:32:06 -07:00
test Include REST and reorder items to be sorted (#1780) 2020-10-06 13:40:20 -07:00
testing v2 (#1754) 2020-09-29 13:18:29 -07:00
testutils Apply the cleanup to the pkg (#1776) 2020-10-05 21:41:20 -07:00
third_party/mako Format markdown (#618) 2019-08-29 07:09:45 -07:00
tracing v2 (#1754) 2020-09-29 13:18:29 -07:00
tracker v2 (#1754) 2020-09-29 13:18:29 -07:00
vendor upgrade to latest dependencies (#1769) 2020-10-04 19:33:34 -07:00
version bump k8s min version to 1.16.0 (#1455) 2020-06-30 07:50:30 -07:00
webhook Apply the cleanup to the pkg (#1776) 2020-10-05 21:41:20 -07:00
websocket v2 (#1754) 2020-09-29 13:18:29 -07:00
.codecov.yaml Scott to owners on pkg (#1781) 2020-10-07 09:20:21 -07: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
.golangci.yaml Align linters with serving (enables stylecheck and asciicheck) (#1738) 2020-09-23 07:37:40 -07:00
CONTRIBUTING.md Fix CONTRIBUTING.md link (#1752) 2020-09-28 16:46:28 -07:00
DEVELOPMENT.md use https style vs. ssh (#1202) 2020-04-14 12:04:16 -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 Scott to owners on pkg (#1781) 2020-10-07 09:20:21 -07:00
README.md add codecov badge (#1784) 2020-10-07 06:30:21 -07:00
RELEASE-LEADS.md Explicitly exclude cutting release for client repo in the release instruction (#1760) 2020-10-06 09:54:21 -07:00
code-of-conduct.md Format markdown (#189) 2018-12-04 14:14:25 -08:00
go.mod upgrade to latest dependencies (#1769) 2020-10-04 19:33:34 -07:00
go.sum upgrade to latest dependencies (#1769) 2020-10-04 19:33:34 -07:00

README.md

Knative Common Packages

GoDoc Go Report Card codecov

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.