Knative common packages
Go to file
Matt Moore 1f153817b2 Extend the resync period for `configmap`. (#115)
Fixes: https://github.com/knative/pkg/issues/114
2018-10-07 04:26:25 -07:00
.github Set up issue and PR templates for pkg. (#28) 2018-07-30 13:09:36 -07:00
apis Add a test that shows modeling /scale as a duck. (#112) 2018-10-04 09:48:24 -07:00
client Don't generate clients for apis/duck (#82) 2018-09-20 14:56:19 -07:00
configmap Extend the resync period for `configmap`. (#115) 2018-10-07 04:26:25 -07:00
controller Bump the sleep in the controller testing. (#88) 2018-09-24 07:49:20 -07:00
hack Use `/usr/bin/env bash` instead of `/bin/bash` (#107) 2018-10-02 00:02:23 -07:00
kmeta Rename kmeta.NewOwnerReference to NewControllerRef (#70) 2018-09-13 15:01:16 -07:00
logging Use zaptest logger for our TestLogger (#89) 2018-09-25 21:40:20 -07:00
signals Copy pkg/signals verbatim from Serving. (#25) 2018-07-30 13:05:36 -07:00
test Move docs from knative/serving to knative/pkg (#102) 2018-10-02 15:20:23 -07:00
testing Move the use of `VerifyType` in tests (#98) 2018-09-27 15:16:22 -07:00
tracker Tracker: delete objRef's keyset when it is no longer needed (#110) 2018-10-01 17:10:23 -07:00
vendor Updating to k8s.1.11.2 (#111) 2018-10-02 20:42:23 -07:00
webhook Move the use of `VerifyType` in tests (#98) 2018-09-27 15:16:22 -07:00
.gitattributes exclude /test/... for code coverage calculation & report (#101) 2018-09-27 15:28:21 -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 Updating to k8s.1.11.2 (#111) 2018-10-02 20:42:23 -07:00
Gopkg.toml Updating to k8s.1.11.2 (#111) 2018-10-02 20:42:23 -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.