Knative common packages
Go to file
Matt Moore ebfd76c71b
[master] Fix spelling errors (#1376)
Produced via:
  `github.com/client9/misspell`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-06-03 09:59:18 -07:00
.github Add fancier PR templates to knative/pkg (#461) 2019-06-14 13:40:44 -07:00
apiextensions Clean context.TODO in pkg and other minor nits (#1337) 2020-05-15 10:58:02 -07:00
apis User variadic version and remove nil (#1361) 2020-05-28 12:03:00 -07:00
changeset Some cleanups to the changeset code (#577) 2019-08-15 11:22:08 -07:00
client/injection [master] Auto-update dependencies (#1321) 2020-05-11 09:08:47 -07:00
codegen Fix \" escaping and other nits in the pkg (#1339) 2020-05-16 09:36:02 -07:00
configmap Use a hexadecimal representation for the example checksum. (#1374) 2020-06-03 08:33:18 -07:00
controller Implement Unwrap() and Is() for permanentErrors (#1363) 2020-06-02 13:27:18 -07:00
hack bump k8s packages to 1.17.6 (#1285) 2020-05-27 10:37:59 -07:00
injection Generate common logic for krshaped resources (#1311) 2020-05-08 10:00:45 -07:00
kmeta Make UnionMaps variadic! (#1360) 2020-05-26 19:47:49 -07:00
kmp Code hygiene: Remove unused, use common constructs. (#1320) 2020-05-13 22:20:58 -07:00
kvstore Introduce key/value store interface + cm backed version of it. (#1173) 2020-03-24 16:06:09 -07:00
leaderelection Use config map parsing lib and enhance it further. (#1335) 2020-05-18 10:42:06 -07:00
logging Remove the junk file (#1351) 2020-05-25 14:10:48 -07:00
metrics Don't swallow errors from stackdriver init. (#1367) 2020-06-01 10:11:03 -07:00
network Add a constant with default shutdown wait time (#1338) 2020-05-15 10:47:01 -07:00
pool reconcile owners (#1342) 2020-05-16 13:26:02 -07:00
profiling Optimize locking behavior of the profiling handler. (#980) 2020-01-08 12:35:53 -08:00
ptr Some fixes we did in server upstream to pkg (#1244) 2020-04-24 15:03:49 -07:00
reconciler Initialize conditions in preprocess (#1372) 2020-06-02 17:47:17 -07:00
resolver Change %v to %w in errors and other nits (#1252) 2020-04-27 15:04:51 -07:00
signals Revert "Add SIGPIPE signal handler to the signals package (#689)" (#709) 2019-09-20 13:33:05 -07:00
source add source metrics to report general errors and timeout (#1283) 2020-05-13 10:29:58 -07:00
system Filter tracked sharedmain ConfigMaps based on optional label selector (#973) 2020-01-13 06:53:04 -08:00
test [master] Fix spelling errors (#1376) 2020-06-03 09:59:18 -07:00
testing Clean context.TODO in pkg and other minor nits (#1337) 2020-05-15 10:58:02 -07:00
testutils Junithelper refactor into a function that can be re-used. (#1370) 2020-06-02 16:16:17 -07:00
third_party/mako Format markdown (#618) 2019-08-29 07:09:45 -07:00
tracing Use config map parsing lib and enhance it further. (#1335) 2020-05-18 10:42:06 -07:00
tracker Fix \" escaping and other nits in the pkg (#1339) 2020-05-16 09:36:02 -07:00
vendor Check example-checksum label for consistency in ConfigMap webhook. (#1366) 2020-06-02 10:48:17 -07:00
version bump the minimum version to 1.15.1 (#1070) 2020-02-10 17:16:07 -08:00
webhook Use a hexadecimal representation for the example checksum. (#1374) 2020-06-03 08:33:18 -07:00
websocket Fix logging around pkg (#1310) 2020-05-07 15:00: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
CONTRIBUTING.md Copy over some of the core markdown from serving. (#2) 2018-07-25 10:44:49 -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 reconcile owners (#1342) 2020-05-16 13:26:02 -07:00
README.md Format markdown (#189) 2018-12-04 14:14:25 -08:00
RELEASING.md update the run book for releases in pkg to include the test-infra lock (#1215) 2020-04-10 08:34:05 -07:00
code-of-conduct.md Format markdown (#189) 2018-12-04 14:14:25 -08:00
go.mod Check example-checksum label for consistency in ConfigMap webhook. (#1366) 2020-06-02 10:48:17 -07:00
go.sum Check example-checksum label for consistency in ConfigMap webhook. (#1366) 2020-06-02 10:48:17 -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.