Knative common packages
Go to file
Ian Milligan 3d5b5bd24d
Use semver v4 (#1727)
2020-10-28 03:33:34 -07:00
.github Update common github actions (#1841) 2020-10-25 18:50:42 -07:00
apiextensions Apply the cleanup to the pkg (#1776) 2020-10-05 21:41:20 -07:00
apis Add a list of known-heavy things, check a few places. (#1860) 2020-10-27 16:38:34 -07: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 Fix nolint warnings and adhere to best practices (#1823) 2020-10-20 09:33:59 -07:00
controller Fix nolint warnings and adhere to best practices (#1823) 2020-10-20 09:33:59 -07:00
depcheck Fix nits in depchecker (#1865) 2020-10-27 22:19:34 -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
injection Simplify defaulting and force-default kubeconfig location in tests (#1822) 2020-10-20 07:37:58 -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 Enable golint and exclude some other generated or additional dirs (#1783) 2020-10-07 14:58:20 -07:00
leaderelection race was fixed in k8s 1.18 (#1864) 2020-10-27 22:05:34 -07:00
logging Add a list of known-heavy things, check a few places. (#1860) 2020-10-27 16:38:34 -07:00
metrics Remove deprecated methods now that downstream has been updated (#1847) 2020-10-26 13:02:42 -07:00
network Add a list of known-heavy things, check a few places. (#1860) 2020-10-27 16:38:34 -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 Fix nolint warnings and adhere to best practices (#1823) 2020-10-20 09:33:59 -07:00
resolver Use the network.GetServiceHostname helper (#1844) 2020-10-26 09:55:41 -07:00
signals Revert "Add SIGPIPE signal handler to the signals package (#689)" (#709) 2019-09-20 13:33:05 -07:00
source Spelling (#1797) 2020-10-18 14:22:57 -07:00
system only hardcode SYSTEM_NAMESPACE if not set (#1655) 2020-08-27 13:32:06 -07:00
test use new hack repo (#1858) 2020-10-27 15:38:33 -07:00
testing v2 (#1754) 2020-09-29 13:18:29 -07:00
testutils Improve readability with backtics (#1830) 2020-10-21 13:08:32 -07:00
third_party Remove unnecessary override for dependencies (#1816) 2020-10-19 02:39:58 -07:00
tracing Downstream is updated, to remove outdated methods (#1856) 2020-10-27 12:23:33 -07:00
tracker Spelling (#1797) 2020-10-18 14:22:57 -07:00
vendor Use semver v4 (#1727) 2020-10-28 03:33:34 -07:00
version Use semver v4 (#1727) 2020-10-28 03:33:34 -07:00
webhook Fix the error/warn log usage (#1839) 2020-10-23 13:06:37 -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 Format markdown (#1862) 2020-10-27 18:45:35 -07:00
code-of-conduct.md Format markdown (#189) 2018-12-04 14:14:25 -08:00
go.mod Use semver v4 (#1727) 2020-10-28 03:33:34 -07:00
go.sum Use semver v4 (#1727) 2020-10-28 03:33:34 -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.