Knative common packages
Go to file
github-actions[bot] fe2cf7f542 Run ./hack/update-codegen.sh 2025-09-15 06:31:27 +00:00
.github Bump actions/checkout from 4 to 5 (#3233) 2025-08-14 14:56:43 +00:00
apiextensions/storageversion Update linter config and address lint warnings/failures (#3068) 2024-06-25 14:49:36 +00:00
apis bump min k8s version to 1.32 (#3184) 2025-06-10 21:07:45 +00:00
changeset gofumpt the repo (#3067) 2024-06-25 07:27:07 +00:00
client/injection bump min k8s version to 1.32 (#3184) 2025-06-10 21:07:45 +00:00
codegen/cmd/injection-gen bump min k8s version to 1.32 (#3184) 2025-06-10 21:07:45 +00:00
configmap [observability] Default missing endpoint scheme to HTTPS (#3200) 2025-06-30 18:03:52 +00:00
controller [controller] fix depth metrics (#3253) 2025-09-09 01:09:31 +00:00
depcheck gofumpt the repo (#3067) 2024-06-25 07:27:07 +00:00
environment gofumpt the repo (#3067) 2024-06-25 07:27:07 +00:00
hack drop opencensus packages (#3227) 2025-08-13 15:29:41 +00:00
hash Satisfy linter (#3132) 2025-01-10 15:06:18 +00:00
injection split off pprof server that accepts a configmap (#3210) 2025-07-07 03:10:59 +00:00
kflag Fixing all deprecated use of sets.String (#2915) 2024-01-08 15:21:18 +00:00
kmap gofumpt the repo (#3067) 2024-06-25 07:27:07 +00:00
kmeta Satisfy linter (#3132) 2025-01-10 15:06:18 +00:00
kmp gofumpt the repo (#3067) 2024-06-25 07:27:07 +00:00
kref Add KReference.Group field and ResolveGroup function (#2127) 2021-06-15 02:27:20 -07:00
kvstore gofumpt the repo (#3067) 2024-06-25 07:27:07 +00:00
leaderelection Update linter config and address lint warnings/failures (#3068) 2024-06-25 14:49:36 +00:00
logging gofumpt the repo (#3067) 2024-06-25 07:27:07 +00:00
network drop opencensus packages (#3227) 2025-08-13 15:29:41 +00:00
observability Fix prometheus exporter names (#3236) 2025-08-17 14:06:44 +00:00
profiling drop dependency on metrics package (#3215) 2025-07-10 00:14:04 +00:00
ptr Added inverse functions for the ptr package (#2172) 2021-06-28 15:56:12 -07:00
reconciler Update linter config and address lint warnings/failures (#3068) 2024-06-25 14:49:36 +00:00
resolver bump min k8s version to 1.32 (#3184) 2025-06-10 21:07:45 +00:00
signals Format go code (#2312) 2021-10-15 12:04:13 -07:00
source gofumpt the repo (#3067) 2024-06-25 07:27:07 +00:00
system [injection/sharedmain] OTel Support (#3190) 2025-06-27 00:18:06 +00:00
test drop opencensus packages (#3227) 2025-08-13 15:29:41 +00:00
testing Update linter config and address lint warnings/failures (#3068) 2024-06-25 14:49:36 +00:00
tracker Update linter config and address lint warnings/failures (#3068) 2024-06-25 14:49:36 +00:00
unstructured bump k8s to v1.20.7 (#2145) 2021-06-10 06:56:43 -07:00
vendor Run ./hack/update-codegen.sh 2025-09-15 06:31:27 +00:00
version bump min k8s version to 1.32 (#3184) 2025-06-10 21:07:45 +00:00
webhook [webhook] enrich webhook traces (#3209) 2025-07-07 15:45:06 +00:00
websocket Update linter config and address lint warnings/failures (#3068) 2024-06-25 14:49:36 +00:00
.codecov.yaml fix coverage settings (#2471) 2022-03-25 11:51:48 -07:00
.gitattributes
.gitignore
.golangci.yaml bump min k8s version to 1.32 (#3184) 2025-06-10 21:07:45 +00:00
CONTRIBUTING.md
DEVELOPMENT.md Update DEVELOPMENT.md (#2069) 2021-03-30 23:23:21 -07:00
LICENSE
OWNERS update OWNERS files to use teams with active members (#2672) 2023-02-06 16:58:45 +00:00
OWNERS_ALIASES Update community files (#3228) 2025-08-07 14:37:52 +00:00
README.md Add clotributor link to readme (#2903) 2023-11-28 16:52:26 +00:00
RELEASE-LEADS.md moved release docs to github.com/knative/release (#2040) 2021-02-26 10:29:47 -08:00
SECURITY.md Add consistent SECURITY.md (#2900) 2023-11-20 18:27:34 +00:00
code-of-conduct.md Adding code of conduct to reference knative/community's CoC (#2470) 2022-03-18 11:55:21 -07:00
go.mod Bump the otel group with 13 updates 2025-09-15 06:28:31 +00:00
go.sum Bump the otel group with 13 updates 2025-09-15 06:28:31 +00: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. For a list of help wanted issues across Knative, take a look at CLOTRIBUTOR.