func icon indicating copy to clipboard operation
func copied to clipboard

Knative Functions client API and CLI

Results 205 func issues
Sort by recently updated
recently updated
newest added

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...

# Changes - - - /kind Fixes # **Release Note** ```release-note ``` **Docs** ```docs ```

approved
size/M
do-not-merge/work-in-progress

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.