Knative Functions client API and CLI
Go to file
Matej Vasek ecc0916ef4
feat: defer OpenShift detection (#1375)
Signed-off-by: Matej Vasek <mvasek@redhat.com>

Signed-off-by: Matej Vasek <mvasek@redhat.com>
2022-10-24 03:40:16 +00:00
.chglog chore: update all references to kn-plugin-func (#1311) 2022-10-13 16:31:53 +00:00
.github/workflows fix: Quarkus version update action (#1347) 2022-10-17 14:05:59 +00:00
builders chore: update all references to kn-plugin-func (#1311) 2022-10-13 16:31:53 +00:00
buildpacks chore: add nodejs as a builder key (#1365) 2022-10-20 17:16:12 +00:00
cmd feat: defer OpenShift detection (#1375) 2022-10-24 03:40:16 +00:00
config fix: config dir default empty (#1376) 2022-10-21 17:21:13 +00:00
docker fix: config dir default empty (#1376) 2022-10-21 17:21:13 +00:00
docs chore: update deploy help text (#1351) 2022-10-18 03:09:10 +00:00
generate/templates Template generation improvements (#949) 2022-04-06 21:59:44 +00:00
hack upgrade ci resources version (kubectl, knative, kind, tekton) (#1377) 2022-10-21 22:17:13 +00:00
http chore: update all references to kn-plugin-func (#1311) 2022-10-13 16:31:53 +00:00
k8s On cluster build without VCS (#1298) 2022-10-17 19:52:11 +00:00
knative test: improve knative tests (#1378) 2022-10-22 04:34:15 +00:00
mock chore: update all references to kn-plugin-func (#1311) 2022-10-13 16:31:53 +00:00
openshift feat: defer OpenShift detection (#1375) 2022-10-24 03:40:16 +00:00
pipelines test: adding oncluster builds e2e tests for s2i supported runtimes (#1235) 2022-10-20 08:29:12 +00:00
plugin chore: update all references to kn-plugin-func (#1311) 2022-10-13 16:31:53 +00:00
progress src: promote verbosity to constructor arg (#869) 2022-03-04 11:19:36 -08:00
s2i feat: improve docker build and push output (#1364) 2022-10-21 14:10:17 +00:00
schema chore: update all references to kn-plugin-func (#1311) 2022-10-13 16:31:53 +00:00
ssh chore: Refactor use of deprecated io/ioutil package (#1285) 2022-09-27 13:28:15 +00:00
templates chore: update Quarkus platform version to 2.13.3.Final (#1362) 2022-10-19 20:49:11 +00:00
test test: adding oncluster builds e2e tests for s2i supported runtimes (#1235) 2022-10-20 08:29:12 +00:00
testdata chore: update all references to kn-plugin-func (#1311) 2022-10-13 16:31:53 +00:00
testing chore: cmd test cleanup (#1289) 2022-10-03 22:03:28 +00:00
third_party/VENDOR-LICENSE [main] Upgrade to latest dependencies (#1341) 2022-10-17 20:47:09 +00:00
utils fix: validation of function name (#1263) 2022-09-20 15:36:11 +00:00
vendor upgrade to latest dependencies (#1359) 2022-10-19 03:00:11 +00:00
.codecov.yaml chore: fix codecov.yaml (#1335) 2022-10-13 22:37:53 +00:00
.gitattributes fix: premature Close() of docker client (#1066) 2022-06-16 17:14:17 +00:00
.gitignore chore: add coverage for integration tests (#1307) 2022-10-10 13:18:35 +00:00
.golangci.yaml Revert linting action to the canonical version (#533) 2021-09-16 02:46:39 -07:00
.ko.yaml chore: update all references to kn-plugin-func (#1311) 2022-10-13 16:31:53 +00:00
.unicode-control-characters.config.py Add unicode control chars exclude (#972) 2022-04-14 10:50:11 +00:00
.versionrc chore: add release process and func_darwin_arm64 to the release artifacts (#945) 2022-04-07 15:22:46 +00:00
AUTHORS chore: add AUTHORS and OWNERS files (#413) 2021-07-07 10:35:33 -04:00
CHANGELOG.md chore(release): 0.26.0 (#1195) 2022-08-29 19:36:15 +00:00
CODE-OF-CONDUCT.md Adding code of conduct to reference knative/community's CoC (#911) 2022-03-21 07:22:46 -07:00
LICENSE Apache 2.0 License 2020-07-09 12:22:59 +00:00
Makefile fix: docs generator needs not ldflags (#1354) 2022-10-19 07:20:11 +00:00
OWNERS Update OWNERS (#783) 2022-01-25 08:26:49 -08:00
OWNERS_ALIASES Update community files (#1291) 2022-09-29 02:48:16 +00:00
README.md chore: update README.md with proper links (#1380) 2022-10-24 03:38:16 +00:00
client.go chore: global config file paths (#1344) 2022-10-21 10:38:13 +00:00
client_int_test.go chore: update all references to kn-plugin-func (#1311) 2022-10-13 16:31:53 +00:00
client_test.go chore: global config file paths (#1344) 2022-10-21 10:38:13 +00:00
config_test.go feat!: invoke (#705) 2022-01-21 12:04:05 -08:00
filesystem.go Refactor: templates (#961) 2022-04-14 11:29:10 +00:00
filesystem_test.go chore: Refactor use of deprecated io/ioutil package (#1285) 2022-09-27 13:28:15 +00:00
function.go fix: function errors prematurely (#1373) 2022-10-21 12:56:14 +00:00
function_envs.go chore: update all references to kn-plugin-func (#1311) 2022-10-13 16:31:53 +00:00
function_envs_unit_test.go [chore] increase labels, envs and volumes test coverage (#1276) 2022-09-27 09:05:14 +00:00
function_git.go feat!: deploy autobuild and flag persistence (#1079) 2022-09-14 11:45:10 +00:00
function_git_unit_test.go feat!: deploy autobuild and flag persistence (#1079) 2022-09-14 11:45:10 +00:00
function_labels.go chore: update all references to kn-plugin-func (#1311) 2022-10-13 16:31:53 +00:00
function_labels_unit_test.go [chore] increase labels, envs and volumes test coverage (#1276) 2022-09-27 09:05:14 +00:00
function_migrations.go [feat] refactoring func.yaml struct to match cmd lifecycle (#1254) 2022-09-22 20:22:12 +00:00
function_migrations_unit_test.go [feat] refactoring func.yaml struct to match cmd lifecycle (#1254) 2022-09-22 20:22:12 +00: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 fix: function errors prematurely (#1373) 2022-10-21 12:56:14 +00:00
function_unit_test.go chore: update all references to kn-plugin-func (#1311) 2022-10-13 16:31:53 +00:00
function_volumes.go chore: Refactor use of deprecated io/ioutil package (#1285) 2022-09-27 13:28:15 +00:00
function_volumes_unit_test.go [chore] increase labels, envs and volumes test coverage (#1276) 2022-09-27 09:05:14 +00:00
go.mod chore: global config file paths (#1344) 2022-10-21 10:38:13 +00:00
go.sum upgrade to latest dependencies (#1359) 2022-10-19 03:00:11 +00:00
instances.go chore: add unit test cases for instances (#1314) 2022-10-12 14:16:51 +00:00
instances_test.go fix: function errors prematurely (#1373) 2022-10-21 12:56:14 +00:00
invoke.go chore: Refactor use of deprecated io/ioutil package (#1285) 2022-09-27 13:28:15 +00:00
job.go chore: global config file paths (#1344) 2022-10-21 10:38:13 +00:00
repositories.go chore: global config file paths (#1344) 2022-10-21 10:38:13 +00:00
repositories_test.go chore: update all references to kn-plugin-func (#1311) 2022-10-13 16:31:53 +00:00
repository.go fix: missing close of manifests (#1299) 2022-10-05 09:30:31 +00:00
repository_test.go chore: update all references to kn-plugin-func (#1311) 2022-10-13 16:31:53 +00: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] refactoring func.yaml struct to match cmd lifecycle (#1254) 2022-09-22 20:22:12 +00:00
templates.go chore: use lower case *functions* in all CLI outputs (#1135) 2022-07-27 13:34:36 +00:00
templates_test.go chore: update all references to kn-plugin-func (#1311) 2022-10-13 16:31:53 +00:00
zz_filesystem_generated.go chore: update Quarkus platform version to 2.13.3.Final (#1362) 2022-10-19 20:49:11 +00:00

README.md

Func

CI Status Client API Documentation Issues License Releases codecov

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

Try the QuickStart Read the Documentation

Roadmap

We use GitHub issues and project to track our roadmap. Please see our roadmap here.

Contributing

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

The func Working Group meets @ 10:00 US Eastern every Tuesday, we'd love to have you! For more information, see the invitation on the Knative Team Calendar.