Knative Functions client API and CLI
Go to file
Zbynek Roubalik c7d18c89ed
fix: schema-generate should point to `function.go` (#677)
Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
2021-11-29 05:36:04 -08:00
.chglog
.github/workflows Update actions (#680) 2021-11-28 21:23:03 -08:00
buildpacks chore: remove dead code (#561) 2021-11-23 11:29:50 -08:00
cloudevents chore: build tag consistency (#654) 2021-11-11 08:45:38 -08:00
cmd making language runtime a required flag (#647) 2021-11-23 18:43:27 -08:00
docker fix: use default socket path for TCP connections (#669) 2021-11-19 12:16:23 -08:00
docs Update getting_started_localhost.md (#672) 2021-11-22 03:59:14 -08: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 Revert "feat: add POD_NAME as an environment variable (#660)" (#661) 2021-11-15 13:03:55 -08: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
schema feat: function version migrations (#664) 2021-11-24 04:50:27 -08:00
ssh Docker SSH test (#659) 2021-11-14 17:18:54 -08:00
templates fix: use specific version of paketo builder (#670) 2021-11-18 14:40:22 -08:00
test chore: remove dead code (#561) 2021-11-23 11:29:50 -08:00
testdata feat: function version migrations (#664) 2021-11-24 04:50:27 -08:00
testing feat: function version migrations (#664) 2021-11-24 04:50:27 -08:00
third_party/VENDOR-LICENSE feat: function version migrations (#664) 2021-11-24 04:50:27 -08:00
utils fix: ConfigMap/Secret key validation (#623) 2021-11-03 10:20:48 -07:00
vendor feat: function version migrations (#664) 2021-11-24 04:50:27 -08:00
.codecov.yaml feat: automatically start podman service (#648) 2021-11-11 09:38:38 -08: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
AUTHORS
CHANGELOG.md chore: release 0.19.0 (#624) 2021-11-03 19:49:14 +01:00
LICENSE
Makefile fix: schema-generate should point to `function.go` (#677) 2021-11-29 05:36:04 -08:00
OWNERS
OWNERS_ALIASES Update community files (#665) 2021-11-17 09:15:33 -08:00
README.md
client.go feat: function version migrations (#664) 2021-11-24 04:50:27 -08:00
client_int_test.go chore: test helpers relocation (#653) 2021-11-12 05:39:37 -08:00
client_test.go feat: function version migrations (#664) 2021-11-24 04:50:27 -08:00
config.go src: direct serialization of Function metadata as func.yaml (#641) 2021-11-17 06:18:35 -08:00
config_test.go src: direct serialization of Function metadata as func.yaml (#641) 2021-11-17 06:18:35 -08: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: function version migrations (#664) 2021-11-24 04:50:27 -08:00
function_envs.go src: direct serialization of Function metadata as func.yaml (#641) 2021-11-17 06:18:35 -08:00
function_envs_unit_test.go src: direct serialization of Function metadata as func.yaml (#641) 2021-11-17 06:18:35 -08:00
function_labels.go src: direct serialization of Function metadata as func.yaml (#641) 2021-11-17 06:18:35 -08:00
function_labels_unit_test.go src: direct serialization of Function metadata as func.yaml (#641) 2021-11-17 06:18:35 -08:00
function_migrations.go feat: function version migrations (#664) 2021-11-24 04:50:27 -08:00
function_migrations_unit_test.go Clean up tests: (#679) 2021-11-28 21:29:03 -08:00
function_options.go src: direct serialization of Function metadata as func.yaml (#641) 2021-11-17 06:18:35 -08:00
function_options_unit_test.go src: direct serialization of Function metadata as func.yaml (#641) 2021-11-17 06:18:35 -08:00
function_test.go Clean up tests: (#679) 2021-11-28 21:29:03 -08:00
function_unit_test.go feat: function version migrations (#664) 2021-11-24 04:50:27 -08:00
function_volumes.go src: direct serialization of Function metadata as func.yaml (#641) 2021-11-17 06:18:35 -08:00
function_volumes_unit_test.go Clean up tests: (#679) 2021-11-28 21:29:03 -08:00
go.mod feat: function version migrations (#664) 2021-11-24 04:50:27 -08:00
go.sum feat: function version migrations (#664) 2021-11-24 04:50:27 -08:00
pkged.go Format go code (#666) 2021-11-23 19:08:26 -08: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 Clean up tests: (#679) 2021-11-28 21:29:03 -08:00
repository.go feat: function version migrations (#664) 2021-11-24 04:50:27 -08:00
repository_test.go Clean up tests: (#679) 2021-11-28 21:29:03 -08: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 Initial support for buildEnvs in manifest.yaml (#646) 2021-11-15 05:35:55 -08:00
templates.go feat: function version migrations (#664) 2021-11-24 04:50:27 -08:00
templates_test.go Clean up tests: (#679) 2021-11-28 21:29:03 -08:00
version.txt chore: release 0.19.0 (#624) 2021-11-03 19:49:14 +01: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.