Knative common packages
Go to file
Markus Thömmes acbf2af596
Harden logstream against non-object events (#1984)
2021-01-12 06:39:30 -08:00
.github Update common github actions (#1981) 2021-01-06 18:23:35 -08:00
apiextensions Apply the cleanup to the pkg (#1776) 2020-10-05 21:41:20 -07:00
apis Format copyright headers to match boilerplate (#1962) 2020-12-15 02:12:43 -08:00
changeset v2 (#1754) 2020-09-29 13:18:29 -07:00
client/injection Remove useless logger creation (#1966) 2020-12-15 10:22:58 -08:00
codegen Remove useless logger creation (#1966) 2020-12-15 10:22:58 -08:00
configmap Try splitting configmap package (#1851) 2020-12-22 13:58:04 -08:00
controller Remove unnecessary intermediate loggers (#1969) 2020-12-16 08:27:58 -08:00
depcheck Introduce a nostackdriver build tag (#1974) 2020-12-23 16:41:04 -08:00
hack bump k8s deps to v0.18.12 (#1914) 2020-11-17 12:09:52 -08: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 Try splitting configmap package (#1851) 2020-12-22 13:58:04 -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 Add errorlint and fix all existing issues (#1855) 2020-10-29 01:14:35 -07:00
leaderelection Expose the statefulset constructor (#1953) 2020-12-09 09:29:41 -08:00
logging Remove unnecessary intermediate loggers (#1969) 2020-12-16 08:27:58 -08:00
metrics Add nostackdriver to metrics as well (#1975) 2020-12-23 18:48:04 -08:00
network Drainer supports customized kubelet probe check (#1977) 2021-01-07 13:19:36 -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 Add GetObservers to tracker interface (#1896) 2020-11-10 10:19:59 -08: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 Format copyright headers to match boilerplate (#1962) 2020-12-15 02:12:43 -08:00
system only hardcode SYSTEM_NAMESPACE if not set (#1655) 2020-08-27 13:32:06 -07:00
test Harden logstream against non-object events (#1984) 2021-01-12 06:39:30 -08:00
testing v2 (#1754) 2020-09-29 13:18:29 -07:00
third_party Unify usage of YAML libraries (#1971) 2020-12-17 07:24:02 -08:00
tracing Introduce a nostackdriver build tag (#1974) 2020-12-23 16:41:04 -08:00
tracker Add GetObservers to tracker interface (#1896) 2020-11-10 10:19:59 -08:00
vendor Unify usage of YAML libraries (#1971) 2020-12-17 07:24:02 -08:00
version Comment k8s version to update docs when changed (#1980) 2021-01-06 08:19:35 -08:00
webhook Add smart handling of selectors in webhooks (#1949) 2020-12-08 23:38:41 -08: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 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 Format markdown (#1893) 2020-11-03 17:23:04 -08:00
RELEASE-LEADS.md Update wrong year for pkg cut (#1955) 2020-12-15 01:43:44 -08:00
code-of-conduct.md Format markdown (#189) 2018-12-04 14:14:25 -08:00
go.mod Unify usage of YAML libraries (#1971) 2020-12-17 07:24:02 -08:00
go.sum upgrade to latest dependencies (#1961) 2020-12-14 17:52:43 -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.