Knative common packages
Go to file
Victor Agababov 93fedf1413
Various test improvements in formatting (#1904)
2020-11-12 12:10:59 -08:00
.github Update common github actions (#1901) 2020-11-11 17:14:59 -08:00
apiextensions Apply the cleanup to the pkg (#1776) 2020-10-05 21:41:20 -07:00
apis Fix a few more occurrences of divisive language (#1902) 2020-11-12 06:41:59 -08:00
changeset v2 (#1754) 2020-09-29 13:18:29 -07:00
client/injection Fix produced events if patching a finalizer fails (#1843) 2020-10-26 09:05:41 -07:00
codegen Fix produced events if patching a finalizer fails (#1843) 2020-10-26 09:05:41 -07:00
configmap Add errorlint and fix all existing issues (#1855) 2020-10-29 01:14:35 -07:00
controller Fix a few more occurrences of divisive language (#1902) 2020-11-12 06:41:59 -08:00
depcheck Add errorlint and fix all existing issues (#1855) 2020-10-29 01:14:35 -07:00
hack use new hack repo (#1858) 2020-10-27 15:38:33 -07:00
hash Spelling (#1797) 2020-10-18 14:22:57 -07:00
images updating release flow for release 0.19 (#1872) 2020-11-12 07:44:00 -08:00
injection expose loggingconfig last error (#1373) 2020-10-29 05:22:34 -07: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 Add errorlint and fix all existing issues (#1855) 2020-10-29 01:14:35 -07:00
leaderelection race was fixed in k8s 1.18 (#1864) 2020-10-27 22:05:34 -07:00
logging include a message when the logging config is bad (#1892) 2020-11-03 20:51:04 -08:00
metrics Fix a few more occurrences of divisive language (#1902) 2020-11-12 06:41:59 -08:00
network Add errorlint and fix all existing issues (#1855) 2020-10-29 01:14:35 -07:00
pool Add errorlint and fix all existing issues (#1855) 2020-10-29 01:14:35 -07:00
profiling Apply the cleanup to the pkg (#1776) 2020-10-05 21:41:20 -07:00
ptr
reconciler Add GetObservers to tracker interface (#1896) 2020-11-10 10:19:59 -08:00
resolver Use the network.GetServiceHostname helper (#1844) 2020-10-26 09:55:41 -07:00
signals Return context.Canceled error in pkg/signals (#1857) 2020-10-28 04:44:34 -07:00
source Spelling (#1797) 2020-10-18 14:22:57 -07:00
system
test Various test improvements in formatting (#1904) 2020-11-12 12:10:59 -08:00
testing v2 (#1754) 2020-09-29 13:18:29 -07:00
third_party drop WIP testutils cluster manager (#1886) 2020-11-02 11:40:04 -08:00
tracing Add errorlint and fix all existing issues (#1855) 2020-10-29 01:14:35 -07:00
tracker Add GetObservers to tracker interface (#1896) 2020-11-10 10:19:59 -08:00
vendor Remove TLogger and relevant interfaces (#1875) 2020-11-04 08:00:04 -08:00
version Add tests for pre-release versions and add a better error message (#1884) 2020-11-02 10:50:45 -08:00
webhook Fix a few more occurrences of divisive language (#1902) 2020-11-12 06:41:59 -08:00
websocket Add errorlint and fix all existing issues (#1855) 2020-10-29 01:14:35 -07:00
.codecov.yaml Scott to owners on pkg (#1781) 2020-10-07 09:20:21 -07:00
.gitattributes
.gitignore
.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
LICENSE
OWNERS
OWNERS_ALIASES Scott to owners on pkg (#1781) 2020-10-07 09:20:21 -07:00
README.md Format markdown (#1893) 2020-11-03 17:23:04 -08:00
RELEASE-LEADS.md updating release flow for release 0.19 (#1872) 2020-11-12 07:44:00 -08:00
code-of-conduct.md
go.mod Remove TLogger and relevant interfaces (#1875) 2020-11-04 08:00:04 -08:00
go.sum Remove TLogger and relevant interfaces (#1875) 2020-11-04 08:00:04 -08: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.