Knative common packages
Go to file
chaodaiG f0ffda4667 Add metahelper for reading/writing metadata in Prow (#773)
* Add metahelper for writing metadata in Prow

* Update prow package importing path
2019-10-22 10:29:26 -07:00
.github Add fancier PR templates to knative/pkg (#461) 2019-06-14 13:40:44 -07:00
apis Add utility methods for api.URL (#785) 2019-10-21 19:11:25 -07:00
changeset Some cleanups to the changeset code (#577) 2019-08-15 11:22:08 -07:00
client Update our dependency on K8s libs to 1.15.3 (#686) 2019-09-18 13:36:48 -07:00
cloudevents Fix the issues pointed out by staticcheck (#541) 2019-07-23 13:13:36 -07:00
codegen/cmd/injection-gen Generate K8s Injection Code (#640) 2019-09-09 12:52:11 -07:00
configmap add config validation as admission controller (#636) 2019-09-22 07:23:10 -07:00
controller Add RunInformers function (#758) 2019-10-14 10:02:32 -07:00
hack Generate K8s Injection Code (#640) 2019-09-09 12:52:11 -07:00
injection Expose Go memstats as metrics. (#711) 2019-09-21 00:07:08 -07:00
kmeta pull out object reference helper function (#733) 2019-10-01 07:09:06 -07:00
kmp Fix the issues pointed out by staticcheck (#541) 2019-07-23 13:13:36 -07:00
logging Do not override log level if component is undefined in logging config (#780) 2019-10-20 14:14:22 -07:00
metrics Fix race condition when updating Stackdriver exporter (#769) 2019-10-18 13:48:19 -07:00
network Resolver package for resolving addressables to URI (#578) 2019-08-23 15:15:14 -07:00
profiling Define ProfilingPort and make profiling server use it (#599) 2019-08-28 19:18:43 -07:00
ptr add Time helper as well (#536) 2019-07-18 20:44:28 -07:00
reconciler allow for custom assertions to be made in TableTests (#738) 2019-10-02 11:39:09 -07:00
resolver change Destination api and addressable resolver, fixed unit tests and… (#774) 2019-10-21 14:42:25 -07:00
signals Revert "Add SIGPIPE signal handler to the signals package (#689)" (#709) 2019-09-20 13:33:05 -07:00
source Adding common sourceLabels func (#720) 2019-10-15 09:13:32 -07:00
system Migrate pkg to use the knative.dev/pkg import path (#489) 2019-06-26 13:02:06 -07:00
test move prow and gcs package from test-infra to pkg (#750) 2019-10-21 12:47:25 -07:00
testing Update our dependency on K8s libs to 1.15.3 (#686) 2019-09-18 13:36:48 -07:00
testutils Add metahelper for reading/writing metadata in Prow (#773) 2019-10-22 10:29:26 -07:00
third_party/mako Format markdown (#618) 2019-08-29 07:09:45 -07:00
tracing golang format tools (#669) 2019-09-12 08:28:33 -07:00
tracker pull out object reference helper function (#733) 2019-10-01 07:09:06 -07:00
vendor move prow and gcs package from test-infra to pkg (#750) 2019-10-21 12:47:25 -07:00
version Fix spelling errors (#701) 2019-09-19 07:49:00 -07:00
webhook add config validation as admission controller (#636) 2019-09-22 07:23:10 -07:00
websocket Add OWNERS to the websocket which was missing before. (#754) 2019-10-09 11:32:13 -07:00
.gitattributes Enable coverage for test code (#778) 2019-10-21 12:37:24 -07:00
.gitignore Copy gitignore contents from serving. (#390) 2019-04-18 17:32:27 -07:00
CONTRIBUTING.md Copy over some of the core markdown from serving. (#2) 2018-07-25 10:44:49 -07:00
DEVELOPMENT.md Format markdown (#496) 2019-06-27 07:24:10 -07:00
Gopkg.lock move prow and gcs package from test-infra to pkg (#750) 2019-10-21 12:47:25 -07:00
Gopkg.toml Bump YAML library to latest release 🛂 (#765) 2019-10-21 07:32:24 -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 Adding common sourceLabels func (#720) 2019-10-15 09:13:32 -07:00
README.md Format markdown (#189) 2018-12-04 14:14:25 -08:00
RELEASING.md update readme with knative.dev/pkg (#495) 2019-06-26 14:56:08 -07:00
code-of-conduct.md Format markdown (#189) 2018-12-04 14:14:25 -08: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.