Knative common packages
Go to file
Matt Moore 28fe5a05de Don't generate clients for apis/duck (#82)
... they are not real types.

Fixes: https://github.com/knative/pkg/issues/75
2018-09-20 14:56:19 -07:00
.github Set up issue and PR templates for pkg. (#28) 2018-07-30 13:09:36 -07:00
apis Reintroduce FieldError (#77) 2018-09-20 09:24:19 -07:00
client Don't generate clients for apis/duck (#82) 2018-09-20 14:56:19 -07:00
configmap Few changes to the configmap package (#59) 2018-09-12 07:42:16 -07:00
controller Add a logkey for the reconcile key. (#49) 2018-08-23 09:48:59 -07:00
hack Don't generate clients for apis/duck (#82) 2018-09-20 14:56:19 -07:00
kmeta Rename kmeta.NewOwnerReference to NewControllerRef (#70) 2018-09-13 15:01:16 -07:00
logging The test logger will now log the correct caller (#63) 2018-09-06 14:16:14 -07:00
signals Copy pkg/signals verbatim from Serving. (#25) 2018-07-30 13:05:36 -07:00
test The test logger will now log the correct caller (#63) 2018-09-06 14:16:14 -07:00
testing Eliminate custom methods from GenericCRD (#78) 2018-09-18 14:25:19 -07:00
vendor Update test-infra dependency (#61) 2018-09-05 06:57:14 -07:00
webhook Eliminate custom methods from GenericCRD (#78) 2018-09-18 14:25:19 -07:00
.gitattributes Add Istio client from knative/serving (#35) 2018-08-03 16:14:10 -07: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 Copy over some of the core markdown from serving. (#2) 2018-07-25 10:44:49 -07:00
Gopkg.lock WIP Define a package with which to support duck typed definitions. (#71) 2018-09-15 19:08:17 -07:00
Gopkg.toml Vendor the test-infra scripts (#52) 2018-08-23 21:30:59 -07: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 Add "godoc" and "go report" badges (#19) 2018-07-26 16:39:37 -07:00
code-of-conduct.md Copy over some of the core markdown from serving. (#2) 2018-07-25 10:44:49 -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.