Knative common packages
Go to file
Knative Prow Robot a637a96a1b
[release-1.3] Take pointer to map in AsOptionalMap for consistency (#2462)
* Take pointer to map in AsOptionalMap for consistency

- Other `As*` functions take pointers.
- It avoids having to initialize the map passed to the function

Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>

* Remove double pointer

Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>

* AsOptionalMap -> CollectMapEntriesWithPrefix

Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>

Co-authored-by: Pierangelo Di Pilato <pierdipi@redhat.com>
2022-03-14 09:56:18 -07:00
.github Update actions (#2449) 2022-03-01 10:19:42 -08:00
apiextensions
apis Make URL compatible with controller-gen (#2431) 2022-02-17 06:50:12 -08:00
changeset changeset: Look in packed-refs file if ref file not found. (#2425) 2022-02-17 07:28:13 -08:00
client/injection
codegen
configmap [release-1.3] Take pointer to map in AsOptionalMap for consistency (#2462) 2022-03-14 09:56:18 -07:00
controller Wait for reconciler/controllers to return prior to exiting the process (#2437) 2022-02-22 13:12:04 -08:00
depcheck
environment
hack
hash
injection Wait for reconciler/controllers to return prior to exiting the process (#2437) 2022-02-22 13:12:04 -08:00
kflag
kmap
kmeta
kmp
kref
kvstore
leaderelection [release-1.3] Take pointer to map in AsOptionalMap for consistency (#2462) 2022-03-14 09:56:18 -07:00
logging
metrics
network
pool
profiling
ptr
reconciler
resolver
signals
source
system
test Continual tests logging within test scope (#2293) 2022-02-01 05:20:31 -08:00
testing
third_party
tracing
tracker
unstructured
vendor Bump golang.org/x/crypto (#2444) 2022-02-28 11:21:10 -08:00
version
webhook allow overriding the default grace period of 45 seconds (#2423) 2022-02-28 11:40:09 -08:00
websocket
.codecov.yaml
.gitattributes
.gitignore
.golangci.yaml
CONTRIBUTING.md
DEVELOPMENT.md
LICENSE
OWNERS
OWNERS_ALIASES Update community files (#2443) 2022-02-25 08:11:42 -08:00
README.md
RELEASE-LEADS.md
code-of-conduct.md
go.mod Bump golang.org/x/crypto (#2444) 2022-02-28 11:21:10 -08:00
go.sum Bump golang.org/x/crypto (#2444) 2022-02-28 11:21:10 -08: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.