Knative common packages
Go to file
Zhimin Xiang 62d2560a1f Add Istio DestinationRule and Policy into Istio apis and clients (#43)
* initial draft

* fix incorrect dependency on knative/serving

* 1. Move StringMatch from istio/v1alpha3 to istio/common/v1alpha1. 2. Add field excludedPaths into Policy

* fix typo
2018-08-22 16:16:59 -07:00
.github Set up issue and PR templates for pkg. (#28) 2018-07-30 13:09:36 -07:00
apis Add Istio DestinationRule and Policy into Istio apis and clients (#43) 2018-08-22 16:16:59 -07:00
client Add Istio DestinationRule and Policy into Istio apis and clients (#43) 2018-08-22 16:16:59 -07:00
configmap Copy `pkg/configmap` over from `knative/serving`. (#11) 2018-07-25 14:56:29 -07:00
controller Move our base controller infrastructure into knative/pkg. (#33) 2018-08-01 14:32:37 -07:00
hack Add Istio DestinationRule and Policy into Istio apis and clients (#43) 2018-08-22 16:16:59 -07:00
logging Use fallback named logger (#30) 2018-07-31 14:19:37 -07:00
signals Copy pkg/signals verbatim from Serving. (#25) 2018-07-30 13:05:36 -07:00
test Add a common test clients file (#46) 2018-08-20 16:10:58 -07:00
testing Move the test resource out of `./webhook`. (#32) 2018-07-31 16:02:37 -07:00
vendor Add a common test clients file (#46) 2018-08-20 16:10:58 -07:00
webhook Remove strict name metadata check to be shareable in eventing (#44) 2018-08-14 08:45:57 -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 Add a common test clients file (#46) 2018-08-20 16:10:58 -07:00
Gopkg.toml Update to the 1.11 client libraries. (#38) 2018-08-06 09:54:11 -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.