func
func copied to clipboard
Knative Functions client API and CLI
We use old custom golang scaffolding. With the new middleware we can already transition into the standard upstream paketo buildpacks to make use of our new scaffolding. related https://github.com/knative/func/issues/3007
We have made a few immediate fixes for parts of scaffolding which were necessary at the time. Now that we are past that, we can unify and cleanup the scaffolding...
Hi team. I used the func deploy --remote to deploy the default Python func. But the Tekton build the source as Java. It looks weird. Here's my function yaml: ```yaml...
WIP TEST
# Changes - - - /kind Fixes # **Release Note** ```release-note ``` **Docs** ```docs ```
It would be useful if we somehow supported generating and serving an OpenAPI spec for the route(s) served by a function, in particular documenting what the input types are.