Knative common packages
Go to file
knative-automation 35916abaf1
Update actions (#2132)
Signed-off-by: Knative Automation <automation@knative.team>
2021-05-26 23:44:28 -07:00
.github Update actions (#2132) 2021-05-26 23:44:28 -07:00
apiextensions
apis Fix revive related linting issues (#2131) 2021-05-26 01:10:28 -07:00
changeset
client/injection update the multiple label selector implemention to avoid clobber in filtered factory (#2120) 2021-05-25 00:14:38 -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
hack Better support for error wrapping with ReconcilerEvents (#2106) 2021-04-26 11:00:40 -07:00
hash Update OWNERS_ALIASES to match autogen in community (#2078) 2021-04-08 07:42:51 -07:00
injection Simplify loading of local kubeconfig in sharedmain (#2079) 2021-04-06 09:48:39 -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
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 OWNERS_ALIASES to match autogen in community (#2078) 2021-04-08 07:42:51 -07:00
metrics Fix revive related linting issues (#2131) 2021-05-26 01:10:28 -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
reconciler Fix revive related linting issues (#2131) 2021-05-26 01:10:28 -07:00
resolver Allow URIs to be resolved without reconciler context (#2095) 2021-05-10 05:35:59 -07:00
signals
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 revive related linting issues (#2131) 2021-05-26 01:10:28 -07:00
testing Fix revive related linting issues (#2131) 2021-05-26 01:10:28 -07:00
third_party Bump assorted dependencies (#2130) 2021-05-25 07:27:38 -07:00
tracing Fix revive related linting issues (#2131) 2021-05-26 01:10:28 -07:00
tracker Add GetObservers to tracker interface (#1896) 2020-11-10 10:19:59 -08:00
vendor Bump assorted dependencies (#2130) 2021-05-25 07:27:38 -07:00
version Bump k8s min version to v1.18.0 (#2076) 2021-03-30 22:48:22 -07:00
webhook Fix revive related linting issues (#2131) 2021-05-26 01:10:28 -07:00
websocket Update OWNERS_ALIASES to match autogen in community (#2078) 2021-04-08 07:42:51 -07:00
.codecov.yaml
.gitattributes
.gitignore
.golangci.yaml Replace golint with revive (#2126) 2021-05-18 06:10:15 -07:00
CONTRIBUTING.md
DEVELOPMENT.md Update DEVELOPMENT.md (#2069) 2021-03-30 23:23:21 -07:00
LICENSE
OWNERS Add knative-release-leads to OWNERS (#2125) 2021-05-17 23:27:14 -07:00
OWNERS_ALIASES Update community files (#2129) 2021-05-19 23:22:16 -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
go.mod Bump assorted dependencies (#2130) 2021-05-25 07:27:38 -07:00
go.sum Bump assorted dependencies (#2130) 2021-05-25 07:27:38 -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.