Knative common packages
Go to file
Sameer Vohra 6317ec6066
Update DEVELOPMENT.md (#2069)
Remove stale ref to dep as repo uses modules.
2021-03-30 23:23:21 -07:00
.github rename downstream-test-go to actions-downstream-test (#2065) 2021-03-23 10:54:17 -07:00
apiextensions Apply the cleanup to the pkg (#1776) 2020-10-05 21:41:20 -07:00
apis Drop master references to knative repos (#2050) 2021-03-11 09:48:26 -08:00
changeset v2 (#1754) 2020-09-29 13:18:29 -07:00
client/injection Update reconciler_controller.go (#2066) 2021-03-28 23:52:22 -07:00
codegen Update reconciler_controller.go (#2066) 2021-03-28 23:52:22 -07:00
configmap Use TB interface, rather than T pointer when doing test stuff (#2064) 2021-03-23 13:29:17 -07:00
controller Add WaitForCacheSyncQuick and use it in tests (#2045) 2021-03-05 07:07:20 -08:00
depcheck Introduce a nostackdriver build tag (#1974) 2020-12-23 16:41:04 -08:00
hack Genreconciler properly generates reconciler for Resources with Status (#2004) 2021-01-29 16:18:31 -08:00
hash Bump a few assorted dependencies to their latest versions (#2013) 2021-02-08 09:52:52 -08:00
injection Implement getter machinery to generically fetch all injected clients (#2054) 2021-03-10 09:35:25 -08:00
kflag v2 (#1754) 2020-09-29 13:18:29 -07:00
kmeta Fix nolint warnings and adhere to best practices (#1823) 2020-10-20 09:33:59 -07:00
kmp v2 (#1754) 2020-09-29 13:18:29 -07:00
kvstore Fix nil pointer panic in kvstore (#2002) 2021-01-27 08:35:30 -08:00
leaderelection Fix int conversion in statefulset ordinals (#2074) 2021-03-30 09:09:21 -07:00
logging drop excess logger properties (#1993) 2021-01-20 12:02:53 -08:00
metrics Drop master references to knative repos (#2050) 2021-03-11 09:48:26 -08:00
network Move IsKProbe to drainer, since it's the only place it's used (#2038) 2021-02-24 19:53:47 -08:00
pool Add errorlint and fix all existing issues (#1855) 2020-10-29 01:14:35 -07:00
profiling Make the profiling port configurable via envvar. (#1950) 2020-12-08 09:45:41 -08:00
ptr Add helpers for float pointers. (#1559) 2020-07-27 01:13:59 -07:00
reconciler Use TB interface, rather than T pointer when doing test stuff (#2064) 2021-03-23 13:29:17 -07:00
resolver Some small changes for the URL test (#1910) 2020-11-16 13:44:03 -08:00
signals Return context.Canceled error in pkg/signals (#1857) 2020-10-28 04:44:34 -07:00
source adding retry event count metric for source (#2016) 2021-02-24 11:44:47 -08:00
system Remove the system.Clock and it's mock in a different location (#2034) 2021-02-22 13:05:04 -08:00
test Drop master references to knative repos (#2050) 2021-03-11 09:48:26 -08:00
testing v2 (#1754) 2020-09-29 13:18:29 -07:00
third_party Replace deprecated github.com/markbates/inflect with github.com/gobuffalo/flect (#2014) 2021-02-08 05:12:26 -08:00
tracing Use TB interface, rather than T pointer when doing test stuff (#2064) 2021-03-23 13:29:17 -07:00
tracker Add GetObservers to tracker interface (#1896) 2020-11-10 10:19:59 -08:00
vendor upgrade to latest dependencies (#2070) 2021-03-26 00:41:19 -07:00
version Bump k8s min version to v1.18.0 (#2076) 2021-03-30 22:48:22 -07:00
webhook Escape path before returning it in a response (#2075) 2021-03-30 09:22:21 -07:00
websocket Remove unnecessary intermediate loggers (#1969) 2020-12-16 08:27:58 -08: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 Add errorlint and fix all existing issues (#1855) 2020-10-29 01:14:35 -07:00
CONTRIBUTING.md Fix CONTRIBUTING.md link (#1752) 2020-09-28 16:46:28 -07:00
DEVELOPMENT.md Update DEVELOPMENT.md (#2069) 2021-03-30 23:23:21 -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 Drop master references to knative repos (#2050) 2021-03-11 09:48:26 -08:00
RELEASE-LEADS.md moved release docs to github.com/knative/release (#2040) 2021-02-26 10:29:47 -08:00
code-of-conduct.md Format markdown (#189) 2018-12-04 14:14:25 -08:00
go.mod upgrade to latest dependencies (#2070) 2021-03-26 00:41:19 -07:00
go.sum upgrade to latest dependencies (#2070) 2021-03-26 00:41:19 -07:00

README.md

Knative Common Packages

sink

"The kitchen sink" by Alan Cleaver is licensed under CC BY 2.0

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.