Knative common packages
Go to file
Dave Protasowski 841aa7369c
fix package name (#2159)
2021-06-16 12:52:22 -07:00
.github Update actions (#2152) 2021-06-11 07:04:45 -07:00
apiextensions bump k8s to v1.20.7 (#2145) 2021-06-10 06:56:43 -07:00
apis Add KReference.Group field and ResolveGroup function (#2127) 2021-06-15 02:27:20 -07:00
changeset v2 (#1754) 2020-09-29 13:18:29 -07:00
client/injection update boilerplate date (#2134) 2021-05-28 13:21:29 -07:00
codegen update the multiple label selector implemention to avoid clobber in filtered factory (#2120) 2021-05-25 00:14:38 -07:00
configmap Fix revive related linting issues (#2131) 2021-05-26 01:10:28 -07:00
controller Fix revive related linting issues (#2131) 2021-05-26 01:10:28 -07:00
depcheck Fix revive related linting issues (#2131) 2021-05-26 01:10:28 -07:00
environment consolidate k8s flags to an environment package (#2133) 2021-05-28 13:30:30 -07:00
hack update boilerplate date (#2134) 2021-05-28 13:21:29 -07:00
hash Update OWNERS_ALIASES to match autogen in community (#2078) 2021-04-08 07:42:51 -07:00
injection bump k8s to v1.20.7 (#2145) 2021-06-10 06:56:43 -07:00
kflag Update OWNERS_ALIASES to match autogen in community (#2078) 2021-04-08 07:42:51 -07:00
kmeta Update OWNERS_ALIASES to match autogen in community (#2078) 2021-04-08 07:42:51 -07:00
kmp v2 (#1754) 2020-09-29 13:18:29 -07:00
kref Add KReference.Group field and ResolveGroup function (#2127) 2021-06-15 02:27:20 -07:00
kvstore Fix nil pointer panic in kvstore (#2002) 2021-01-27 08:35:30 -08:00
leaderelection Replace golint with revive (#2126) 2021-05-18 06:10:15 -07:00
logging update boilerplate date (#2134) 2021-05-28 13:21:29 -07:00
metrics update boilerplate date (#2134) 2021-05-28 13:21:29 -07:00
network resolve cluster domain using env CLUSTER_DOMAIN as a fallback (#2092) 2021-04-09 13:38:51 -07:00
pool Update OWNERS_ALIASES to match autogen in community (#2078) 2021-04-08 07:42:51 -07:00
profiling Make the profiling port configurable via envvar. (#1950) 2020-12-08 09:45:41 -08:00
ptr Add helpers for float pointers. (#1559) 2020-07-27 01:13:59 -07:00
reconciler Fix revive related linting issues (#2131) 2021-05-26 01:10:28 -07:00
resolver URIResolver verifies that services actually exist (#2149) 2021-06-11 01:23:43 -07:00
signals Return context.Canceled error in pkg/signals (#1857) 2020-10-28 04:44:34 -07:00
source Update OWNERS_ALIASES to match autogen in community (#2078) 2021-04-08 07:42:51 -07:00
system Fix revive related linting issues (#2131) 2021-05-26 01:10:28 -07:00
test fix package name (#2159) 2021-06-16 12:52:22 -07:00
testing update boilerplate date (#2134) 2021-05-28 13:21:29 -07:00
third_party upgrade to latest dependencies (#2155) 2021-06-13 22:32:20 -07:00
tracing Fix revive related linting issues (#2131) 2021-05-26 01:10:28 -07:00
tracker bump k8s to v1.20.7 (#2145) 2021-06-10 06:56:43 -07:00
unstructured bump k8s to v1.20.7 (#2145) 2021-06-10 06:56:43 -07:00
vendor upgrade to latest dependencies (#2156) 2021-06-14 22:29:21 -07:00
version Bump k8s min k8s version to 1.19 (#2157) 2021-06-15 07:33:21 -07:00
webhook set webhooks OwnerReferences to namespace (#2044) (#2098) 2021-06-10 19:26:43 -07:00
websocket Update OWNERS_ALIASES to match autogen in community (#2078) 2021-04-08 07:42:51 -07:00
.codecov.yaml Scott to owners on pkg (#1781) 2020-10-07 09:20:21 -07:00
.gitattributes Enable coverage for test code (#778) 2019-10-21 12:37:24 -07:00
.gitignore [Genreconciler] Fix group names when client groups differ than their directory name. (#1097) 2020-02-18 17:14:59 -08:00
.golangci.yaml Replace golint with revive (#2126) 2021-05-18 06:10:15 -07:00
CONTRIBUTING.md Fix CONTRIBUTING.md link (#1752) 2020-09-28 16:46:28 -07:00
DEVELOPMENT.md Update DEVELOPMENT.md (#2069) 2021-03-30 23:23:21 -07:00
LICENSE Initial commit 2018-07-25 10:16:04 -07:00
OWNERS Add knative-release-leads to OWNERS (#2125) 2021-05-17 23:27:14 -07:00
OWNERS_ALIASES Update community files (#2138) 2021-06-01 08:19:38 -07:00
README.md Drop master references to knative repos (#2050) 2021-03-11 09:48:26 -08:00
RELEASE-LEADS.md moved release docs to github.com/knative/release (#2040) 2021-02-26 10:29:47 -08:00
code-of-conduct.md Format markdown (#189) 2018-12-04 14:14:25 -08:00
go.mod upgrade to latest dependencies (#2156) 2021-06-14 22:29:21 -07:00
go.sum upgrade to latest dependencies (#2156) 2021-06-14 22:29:21 -07:00

README.md

Knative Common Packages

sink

"The kitchen sink" by Alan Cleaver is licensed under CC BY 2.0

GoDoc Go Report Card codecov

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.