Knative Functions client API and CLI
Go to file
salaboy cf9596c83e
feat: validation for registry/namespace to not contain image name (#601)
* initial validation for registry/namespace to not contain image name

* Update function.go

* supporting nested namespace
2021-10-26 11:13:21 -07:00
.chglog
.github/workflows Update actions (#586) 2021-10-14 03:30:42 -07:00
buildpacks feat: allow developers to provide Build Envs to buildpacks in `func.yaml` (#571) 2021-10-16 00:54:23 -07:00
cloudevents
cmd feat: validation for registry/namespace to not contain image name (#601) 2021-10-26 11:13:21 -07:00
docker Format go code (#589) 2021-10-18 10:08:22 +02:00
docs docs: documentation for `buildEnv` (#592) 2021-10-25 05:58:38 -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 Detect and report unreachable image deployment (#579) 2021-10-13 06:43:48 -07:00
mock feat: repository management cli (#514) 2021-09-09 08:09:00 -07:00
plugin Fix plugin version retrieval (#564) 2021-10-07 06:42:28 -07:00
progress
schema feat: allow developers to provide Build Envs to buildpacks in `func.yaml` (#571) 2021-10-16 00:54:23 -07:00
templates paketo builder and paket community rust buildpack (#599) 2021-10-25 05:57:38 -07:00
test update test file name (#605) 2021-10-25 11:47:37 -07:00
testdata
third_party/VENDOR-LICENSE feat: Improve build performance (#569) 2021-10-11 06:17:16 -07:00
utils fix: improve error message when invalid function name is used (#567) 2021-10-07 07:43:27 -07:00
vendor feat: Improve build performance (#569) 2021-10-11 06:17:16 -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
CHANGELOG.md chore: release 0.18.0 (#466) 2021-09-16 13:32:09 -04:00
LICENSE
Makefile feat!: rename event templates to 'cloudevents' (#584) 2021-10-13 14:19:42 -07:00
OWNERS
OWNERS_ALIASES Update community files (#554) 2021-09-23 06:37:13 -07:00
README.md
client.go feat: validation for registry/namespace to not contain image name (#601) 2021-10-26 11:13:21 -07:00
client_int_test.go Format go code (#589) 2021-10-18 10:08:22 +02:00
client_test.go Format go code (#589) 2021-10-18 10:08:22 +02:00
config.go feat: allow developers to provide Build Envs to buildpacks in `func.yaml` (#571) 2021-10-16 00:54:23 -07:00
config_test.go feat: allow developers to provide Build Envs to buildpacks in `func.yaml` (#571) 2021-10-16 00:54:23 -07:00
function.go feat: validation for registry/namespace to not contain image name (#601) 2021-10-26 11:13:21 -07:00
function_test.go Format go code (#589) 2021-10-18 10:08:22 +02:00
go.mod feat: Improve build performance (#569) 2021-10-11 06:17:16 -07:00
go.sum feat: Improve build performance (#569) 2021-10-11 06:17:16 -07:00
pkged.go Format go code (#602) 2021-10-26 04:11:21 -07:00
repositories.go feat: create cli (#547) 2021-09-22 13:00:12 -07:00
repositories_test.go Format go code (#589) 2021-10-18 10:08:22 +02:00
repository.go feat: repository management cli (#514) 2021-09-09 08:09:00 -07:00
repository_test.go feat: repository management cli (#514) 2021-09-09 08:09:00 -07:00
templates.go feat: create cli (#547) 2021-09-22 13:00:12 -07:00
templates_test.go Format go code (#589) 2021-10-18 10:08:22 +02: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.