func
func copied to clipboard
Knative Functions client API and CLI
gitlab test fails in PR actions for integration tests even when unrelated to the PR change at hand. fails with timeouts test is skipped here: https://github.com/knative/func/pull/2186 for now until its...
We should run periodic task testing compatibility against https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/ releases of podman.
I came across a use-case where I had to use a private git repo as a go import, the git repo had some APIs. Usually, I can just change my...
# User Experience This issue is for tracking the progress towards the improvements to the Functions User Experience outlined at a higher level in [the related discussion](https://github.com/knative/func/discussions/2082). This issue is...
# Changes - Propose lifecycle API hooks for Cloudevents SDK /kind Fixes # **Release Note** ```release-note ``` **Docs** ```docs ```
It would be nice to be able to set the pod security context in `func.yaml`. I ran into this when I was trying to mount a pvc, and I could...
This is a followup for https://github.com/knative/func/pull/1962 when usign openshift cluster its useful to use its internal registry when deploying images. But you might want to use your own image in...
Currently `func create` takes a mandatory argument (language) in the shape of a flag. It also requires to be run inside an empty directory (unless you specify the path) which...
I use Knative just as mentioned in the documentation: ``` kn version Version: v1.12.0 Build Date: 2023-10-25 15:45:39 Git Revision: ae357368 Supported APIs: * Serving - serving.knative.dev/v1 (knative-serving v1.12.0) *...
Support this use case: > As a function developer I want to inform the cluster of events that my function produces So that my function is an event source in...