Knative common packages
Go to file
Scott Nichols befac20ca4
test all downstreams. (#1809)
* test all downstreams.

* downstream to unit

* do not fast fail

* TIL: include

* typo

* remove extra space
2020-10-15 13:18:57 -07:00
.github test all downstreams. (#1809) 2020-10-15 13:18:57 -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 Add suggested fix when checksums dont match (#1812) 2020-10-15 06:15:57 -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 k8s.interface (#1808) 2020-10-14 09:51:31 -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 Add EnableProbeReqLogKey constant (#1806) 2020-10-14 10:28:30 -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 Update vegeta to a version supporting go modules (#1811) 2020-10-15 07:25:57 -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 Update vegeta to a version supporting go modules (#1811) 2020-10-15 07:25:57 -07:00
tracing Port tracing setup code to pkg (#1807) 2020-10-14 11:45:31 -07:00
tracker v2 (#1754) 2020-09-29 13:18:29 -07:00
vendor Update vegeta to a version supporting go modules (#1811) 2020-10-15 07:25:57 -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 Update vegeta to a version supporting go modules (#1811) 2020-10-15 07:25:57 -07:00
go.sum Update vegeta to a version supporting go modules (#1811) 2020-10-15 07:25:57 -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.