Knative common packages
Go to file
Montgomery Carter 21cb070a8b
Introduce pkg/metrics allMeter cache (#1741)
We currently keep all metrics exporters created since start.
For a busy, long running server, this will be a problem.  Clean
these up when they get old so we don't dedicate memory to non-existent
2020-10-05 10:51:34 -07:00
.github Update common github actions (#1763) 2020-09-30 19:22:29 -07:00
apiextensions take 2 (#1755) 2020-09-29 14:10:29 -07:00
apis Add IsWithinParent (#1765) 2020-10-02 12:33:33 -07:00
changeset v2 (#1754) 2020-09-29 13:18:29 -07:00
client/injection Improve the logging messages in the reconciler generator. (#1750) 2020-09-28 13:32:28 -07:00
codegen take 2 (#1755) 2020-09-29 14:10:29 -07:00
configmap v2 (#1754) 2020-09-29 13:18:29 -07:00
controller v2 (#1754) 2020-09-29 13:18:29 -07:00
hack Generate Informer injection for coordination/v1 (#1636) 2020-08-20 11:12:14 -07:00
hash v2 (#1754) 2020-09-29 13:18:29 -07:00
injection Delay start of informers in sharedmain (#1767) 2020-10-03 10:57:33 -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 v2 (#1754) 2020-09-29 13:18:29 -07:00
leaderelection v2 (#1754) 2020-09-29 13:18:29 -07:00
logging v2 (#1754) 2020-09-29 13:18:29 -07:00
metrics Introduce pkg/metrics allMeter cache (#1741) 2020-10-05 10:51:34 -07:00
network v2 (#1754) 2020-09-29 13:18:29 -07:00
pool v2 (#1754) 2020-09-29 13:18:29 -07:00
profiling take 2 (#1755) 2020-09-29 14:10:29 -07:00
ptr Add helpers for float pointers. (#1559) 2020-07-27 01:13:59 -07:00
reconciler v2 (#1754) 2020-09-29 13:18:29 -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 Fix the resource naming for known terms (#1761) 2020-09-30 13:15:29 -07:00
testing v2 (#1754) 2020-09-29 13:18:29 -07:00
testutils v2 (#1754) 2020-09-29 13:18:29 -07:00
third_party/mako Format markdown (#618) 2019-08-29 07:09:45 -07:00
tracing v2 (#1754) 2020-09-29 13:18:29 -07:00
tracker v2 (#1754) 2020-09-29 13:18:29 -07:00
vendor upgrade to latest dependencies (#1769) 2020-10-04 19:33:34 -07:00
version bump k8s min version to 1.16.0 (#1455) 2020-06-30 07:50:30 -07:00
webhook take 2 (#1755) 2020-09-29 14:10:29 -07:00
websocket v2 (#1754) 2020-09-29 13:18:29 -07:00
.codecov.yaml Make codecov post only a single email (#1749) 2020-09-28 09:20:45 -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 Align linters with serving (enables stylecheck and asciicheck) (#1738) 2020-09-23 07:37:40 -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 Add vagababov as productivity approver (#1551) 2020-07-23 10:28:57 -07:00
README.md Format markdown (#189) 2018-12-04 14:14:25 -08:00
RELEASE-LEADS.md trades release lead role with nacho (#1759) 2020-09-30 10:34:28 -07:00
code-of-conduct.md Format markdown (#189) 2018-12-04 14:14:25 -08:00
go.mod upgrade to latest dependencies (#1769) 2020-10-04 19:33:34 -07:00
go.sum upgrade to latest dependencies (#1769) 2020-10-04 19:33:34 -07:00

README.md

Knative Common Packages

GoDoc Go Report Card

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.