Knative common packages
Go to file
Dave Protasowski 829b886f7e Don't close the http.Request body (#277)
As per net.http package for `http.Request.Body`

```
        // The Server will close the request body. The ServeHTTP
        // Handler does not need to.
```
2019-02-14 07:01:44 -08:00
.github Format markdown (#183) 2018-12-03 13:53:25 -08:00
apis Initial commit for the webhook to set the annotations about mutator. (#275) 2019-02-12 21:03:43 -08:00
changeset Grep fix formatting issues (#233) 2019-01-18 14:33:32 -08:00
client Don't generate clients for apis/duck (#82) 2018-09-20 14:56:19 -07:00
cloudevents golang format tools (#263) 2019-02-07 08:17:41 -08:00
configmap Prepare for global resync on ConfigMap changes (#132) 2018-10-18 09:47:28 -07:00
controller Wait for work to complete before returning from Run. (#259) 2019-02-03 09:40:39 -08:00
hack Make verify-codegen.sh also check /vendor (#180) 2018-11-30 12:37:24 -08:00
kmeta Update OnChanged in tracker to support deletion events (#160) 2018-11-05 08:21:35 -08:00
kmp Grep fix formatting issues (#233) 2019-01-18 14:33:32 -08:00
logging Clean test loggers (#266) 2019-02-10 08:13:42 -08:00
metrics Use the k8s sets for the code that is actually set of strings (#261) 2019-02-04 14:35:41 -08:00
signals Copy pkg/signals verbatim from Serving. (#25) 2018-07-30 13:05:36 -07:00
system add namespaces in pkg (#235) 2019-01-22 21:21:33 -08:00
test golang format tools (#276) 2019-02-13 08:29:42 -08:00
testing Initial commit for the webhook to set the annotations about mutator. (#275) 2019-02-12 21:03:43 -08:00
tracker Add an immediate callback for new registrations in Tracker. (#245) 2019-01-28 09:30:36 -08:00
vendor Initial commit for the webhook to set the annotations about mutator. (#275) 2019-02-12 21:03:43 -08:00
version Add a utility to check against a minimum required version number. (#211) 2019-01-08 10:12:41 -08:00
webhook Don't close the http.Request body (#277) 2019-02-14 07:01:44 -08:00
websocket Add ping message verification to the websocket connection. (#269) 2019-02-12 09:05:43 -08:00
.gitattributes Check out shell scripts with unix line endings, even on windows. (#204) 2018-12-20 07:15:35 -08:00
.gitignore Adding more field errors. (#34) 2018-08-02 10:05:37 -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 (#189) 2018-12-04 14:14:25 -08:00
Gopkg.lock Initial commit for the webhook to set the annotations about mutator. (#275) 2019-02-12 21:03:43 -08:00
Gopkg.toml Initial commit for the webhook to set the annotations about mutator. (#275) 2019-02-12 21:03:43 -08:00
LICENSE Initial commit 2018-07-25 10:16:04 -07:00
OWNERS Add a top-level OWNERS file to pkg. (#6) 2018-07-25 10:43:10 -07:00
README.md Format markdown (#189) 2018-12-04 14:14:25 -08: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.