Knative common packages
Go to file
Matthias Wessendorf 602db5ee12
Updating to later test-infra (#1802)
* Updating to later test-infra

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>

* Some more updates, a new try

* Going with latest test-infra

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
2020-10-13 04:41:30 -07:00
.github Update common github actions (#1787) 2020-10-07 21:35:22 -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 Enable golint and exclude some other generated or additional dirs (#1783) 2020-10-07 14:58:20 -07:00
hack leverage the go_update_deps method from test-infra (#1792) 2020-10-09 13:35:21 -07:00
hash clean up (#1790) 2020-10-09 10:51:21 -07:00
injection Use default no-op logger for maxprocs (#1801) 2020-10-13 01:39:30 -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 Enable golint and exclude some other generated or additional dirs (#1783) 2020-10-07 14:58:20 -07:00
leaderelection clean up (#1790) 2020-10-09 10:51:21 -07:00
logging Enable golint and exclude some other generated or additional dirs (#1783) 2020-10-07 14:58:20 -07:00
metrics Step I: move memstats to metrics (#1799) 2020-10-12 15:14:17 -07:00
network v2 (#1754) 2020-09-29 13:18:29 -07:00
pool Final sync/atomic removals (#1794) 2020-10-09 17:22:22 -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 Enable golint and exclude some other generated or additional dirs (#1783) 2020-10-07 14:58:20 -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 logstream v2 (#1793) 2020-10-12 09:32:17 -07:00
testing v2 (#1754) 2020-09-29 13:18:29 -07:00
testutils Enable golint and exclude some other generated or additional dirs (#1783) 2020-10-07 14:58:20 -07:00
third_party leverage the go_update_deps method from test-infra (#1792) 2020-10-09 13:35:21 -07:00
tracing Enable golint and exclude some other generated or additional dirs (#1783) 2020-10-07 14:58:20 -07:00
tracker v2 (#1754) 2020-09-29 13:18:29 -07:00
vendor Updating to later test-infra (#1802) 2020-10-13 04:41:30 -07:00
version bump k8s min version to 1.16.0 (#1455) 2020-06-30 07:50:30 -07:00
webhook feat: get cluster domain use utility (#1795) 2020-10-11 15:54:16 -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 Enable golint and exclude some other generated or additional dirs (#1783) 2020-10-07 14:58:20 -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 Updating to later test-infra (#1802) 2020-10-13 04:41:30 -07:00
go.sum Updating to later test-infra (#1802) 2020-10-13 04:41:30 -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.