func/docs
Matej Vašek 8e0b752edc
Apply linter suggestions (#2786)
* Refactor: if-elif-else => switch

Signed-off-by: Matej Vašek <mvasek@redhat.com>

* Cleanup: calls to embedded fields

Signed-off-by: Matej Vašek <mvasek@redhat.com>

* Fix: add missing err checks

Signed-off-by: Matej Vašek <mvasek@redhat.com>

* Cleanup: fix format of error messages

Signed-off-by: Matej Vašek <mvasek@redhat.com>

* Cleanup: omit type where possible

Signed-off-by: Matej Vašek <mvasek@redhat.com>

* Cleanup: apply De Morgan's law

Signed-off-by: Matej Vašek <mvasek@redhat.com>

* Cleanup: call ReplaceAll where possible

Signed-off-by: Matej Vašek <mvasek@redhat.com>

* Cleanup: fix format of error messages

Signed-off-by: Matej Vašek <mvasek@redhat.com>

* Cleanup: fix format of error messages

Signed-off-by: Matej Vašek <mvasek@redhat.com>

---------

Signed-off-by: Matej Vašek <mvasek@redhat.com>
2025-04-15 09:43:13 +00:00
..
building-functions doc: Go and Rust on cluster build is supported (#1923) 2023-08-12 14:10:41 +00:00
function-templates Fix linter issues (#2420) 2024-07-09 13:48:22 +00:00
generator Apply linter suggestions (#2786) 2025-04-15 09:43:13 +00:00
language-packs rename knative-sandbox (#1905) 2023-08-05 02:11:08 +00:00
reference Python Middleware v2 Scaffolding (#2685) 2025-04-02 10:44:05 +00:00
CONTRIBUTING.md Update CONTRIBUTING.md (#2755) 2025-03-20 11:45:16 +00:00
README.md documentation: remove old docs and restructure (#1430) 2022-11-16 05:52:36 +00:00
integrators_guide.md documentation: remove old docs and restructure (#1430) 2022-11-16 05:52:36 +00:00

README.md

Knative Functions

func is a Client Library and CLI for enabling the development of platform-agnostic functions.

Functions can be written in the following languages using built-in templates:

  • Go (Golang)
  • Node.js (JavaScript)
  • Quarkus (Java)
  • SpringBoot (Java)
  • Python
  • Rust

Functions can be deployed on the following platforms:

  • Kubernetes
  • OpenShift
  • Localhost

Function Installation, Development and Integration

Install the latest CLI Function Quickstart Function Developer's Guide Function Integrator's Guide.

Contributing

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