func
func copied to clipboard
Knative Functions client API and CLI
Looking at the Go Lambda sdk, I see these rules for their handlers: ``` // - handler must be a function // - handler may take between 0 and two...
In the past we have explored the idea to add support for `WASM`. The most relevant discussion we had is listed here: https://github.com/knative/func/discussions/1489 For Google Summer of Code 2024 it...
I'm new in Knative, and trying to run [golang hello kn func ](https://knative.dev/docs/getting-started/install-func/) example on my local. After running the build command, I am getting a weird error - **go:...
# Changes Schema for PodSecurityContext so that users can define fields like `fsGroup` /kind Enhancement Fixes #2108
It would be good, especially in the development phase of a function, to have the ability to build the function on the cluster only, without deploying it, using `func build...
Samples can be extremely helpful for first-time users of Knative functions so that they can See them in action Understanding the Syntax and Structure Learning Best Practices Samples Exploring Use...
# Git Integration This issue tracks individual tasks furthering the Git Integration initiative. For more information see [the related discussion](https://github.com/knative/func/discussions/2049). This issue is currently a work-in-progress, capturing references to any...
Now that Knative supports Domain Mappings, we should integrate this at a fundamental level in Functions. Functions are of a fairly specific scope which is by its very nature a...
When you run a build with the `func` CLI using your own builder it will attempt to pull the lifecycle binaries from `quay.io`. This may be because the builder is...
I created one harbor registry and the ca certs was signed personally. When I used func deploy to push the image and deploy in the knative cluster ,an error happend....