Knative Functions client API and CLI
Go to file
Zbynek Roubalik 0ed1e81692
fix: ConfigMap/Secret key validation (#623)
* fix: ConfigMap/Secret key validation

Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>

* add more tests

Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
2021-11-03 10:20:48 -07:00
.chglog Change github.com links to the new home (#424) 2021-07-26 10:30:15 -07:00
.github/workflows Revert "chore: use release-please fork for release branches (#609)" (#621) 2021-11-03 06:52:47 -07:00
buildpacks feat: ssh connection to remote docker daemon (#594) 2021-11-02 09:39:41 -07:00
cloudevents feat: print emit response output if it's a cloudevent (#444) 2021-07-28 04:45:16 -07:00
cmd fix: ConfigMap/Secret key validation (#623) 2021-11-03 10:20:48 -07:00
docker feat: ssh connection to remote docker daemon (#594) 2021-11-02 09:39:41 -07:00
docs feat: add support for manifest.yaml at repo/language/template levels (#558) 2021-10-27 07:09:01 -07:00
hack Format go code (#589) 2021-10-18 10:08:22 +02:00
k8s Fix deployment on k8s cloud providers (#563) 2021-10-05 13:34:45 -07:00
knative feat: add support for manifest.yaml at repo/language/template levels (#558) 2021-10-27 07:09:01 -07:00
mock feat: add support for manifest.yaml at repo/language/template levels (#558) 2021-10-27 07:09:01 -07:00
plugin Fix plugin version retrieval (#564) 2021-10-07 06:42:28 -07:00
progress fix: control chars on progress listener for Windows OS (#498) 2021-08-31 11:01:55 -07:00
schema feat: add support for manifest.yaml at repo/language/template levels (#558) 2021-10-27 07:09:01 -07:00
ssh feat: ssh connection to remote docker daemon (#594) 2021-11-02 09:39:41 -07:00
templates feat: add support for manifest.yaml at repo/language/template levels (#558) 2021-10-27 07:09:01 -07:00
test test: add e2e test for config volumes (#612) 2021-11-03 05:40:47 -07:00
testdata feat: add support for manifest.yaml at repo/language/template levels (#558) 2021-10-27 07:09:01 -07:00
third_party/VENDOR-LICENSE feat: ssh connection to remote docker daemon (#594) 2021-11-02 09:39:41 -07:00
utils fix: ConfigMap/Secret key validation (#623) 2021-11-03 10:20:48 -07:00
vendor feat: ssh connection to remote docker daemon (#594) 2021-11-02 09:39:41 -07:00
.codecov.yaml test: setup CodeCov report (codecov.io) upload and bot (#615) 2021-11-01 15:13:40 -07:00
.gitattributes feat: add support for manifest.yaml at repo/language/template levels (#558) 2021-10-27 07:09:01 -07:00
.gitignore feat!: rename event templates to 'cloudevents' (#584) 2021-10-13 14:19:42 -07:00
.golangci.yaml Revert linting action to the canonical version (#533) 2021-09-16 02:46:39 -07:00
AUTHORS chore: add AUTHORS and OWNERS files (#413) 2021-07-07 10:35:33 -04:00
CHANGELOG.md chore: release 0.18.0 (#466) 2021-09-16 13:32:09 -04:00
LICENSE Apache 2.0 License 2020-07-09 12:22:59 +00:00
Makefile feat: add support for manifest.yaml at repo/language/template levels (#558) 2021-10-27 07:09:01 -07:00
OWNERS Update OWNERS (#489) 2021-08-23 08:12:35 -07:00
OWNERS_ALIASES Update community files (#613) 2021-10-29 06:02:51 -07:00
README.md add meeting time (#491) 2021-08-23 08:11:35 -07:00
client.go feat: add support for manifest.yaml at repo/language/template levels (#558) 2021-10-27 07:09:01 -07:00
client_int_test.go feat: add support for manifest.yaml at repo/language/template levels (#558) 2021-10-27 07:09:01 -07:00
client_test.go feat: add support for manifest.yaml at repo/language/template levels (#558) 2021-10-27 07:09:01 -07:00
config.go fix: ConfigMap/Secret key validation (#623) 2021-11-03 10:20:48 -07:00
config_test.go fix: ConfigMap/Secret key validation (#623) 2021-11-03 10:20:48 -07:00
filesystem.go feat: add support for manifest.yaml at repo/language/template levels (#558) 2021-10-27 07:09:01 -07:00
function.go feat: add support for manifest.yaml at repo/language/template levels (#558) 2021-10-27 07:09:01 -07:00
function_test.go Format go code (#589) 2021-10-18 10:08:22 +02:00
go.mod feat: ssh connection to remote docker daemon (#594) 2021-11-02 09:39:41 -07:00
go.sum Update Knative to 0.25 + cherry-pick E2E refactor (#617) 2021-11-02 09:38:41 -07:00
pkged.go Update Knative to 0.25 + cherry-pick E2E refactor (#617) 2021-11-02 09:38:41 -07:00
repositories.go feat: add support for manifest.yaml at repo/language/template levels (#558) 2021-10-27 07:09:01 -07:00
repositories_test.go feat: add support for manifest.yaml at repo/language/template levels (#558) 2021-10-27 07:09:01 -07:00
repository.go feat: add support for manifest.yaml at repo/language/template levels (#558) 2021-10-27 07:09:01 -07:00
repository_test.go feat: add support for manifest.yaml at repo/language/template levels (#558) 2021-10-27 07:09:01 -07:00
sortedset.go feat: add support for manifest.yaml at repo/language/template levels (#558) 2021-10-27 07:09:01 -07:00
template.go feat: add support for manifest.yaml at repo/language/template levels (#558) 2021-10-27 07:09:01 -07:00
templates.go feat: add support for manifest.yaml at repo/language/template levels (#558) 2021-10-27 07:09:01 -07:00
templates_test.go feat: add support for manifest.yaml at repo/language/template levels (#558) 2021-10-27 07:09:01 -07:00
version.txt chore: release 0.18.0 (#466) 2021-09-16 13:32:09 -04:00

README.md

Func

CI Status Client API Documentation Issues License Releases

func is a Client Library and CLI enabling the development and deployment of Functions.

Read the Documentation

Contributing

We are always looking for contributions from the Function Developer community. For more information on how to participate, see the Development Guide

The func Task Force meets @ 10:30 PST every Tuesday, we'd love to have you! For more information, see the invitation on the Knative Team Calendar.