Andrew Su
Andrew Su
Build the llvd image with a github action and publish it. This will simplify installation issues.
### Describe the bug We noticed the installation of the CRDs for `gatewayclass.networking.x-k8s.io` are installed on the cluster. These resources don't seem to be used/referenced by AKO anymore and they...
## Feature Request Since a Java class can have multiple function implementations, we won't be able to automatically determine the default function to use with `/`. I propose that if...
## Feature Request We're currently on v0.19 of the func CLI as a dependency for parsing func.yaml. We want to update to the latest version. We want to bump this...
## Feature Request Currently the releases just list what files and the image locations. We want to be able to provide some details on what changes are expected in the...
## Bug Report Running a function that expects cloudevents where after processing returns only the body will cause it to throw an exception. ## Expected Behavior No errors + proper...
## Feature Request Update the Python invoker to handle http status codes. The way to do it currently is to return a `Flask.Response` object which makes us a leaky abstraction....
## Feature Request Add a Python and Java example (HTTP + CloudEvent) where the function does not return a reply. This covers scenarios where the function takes a long time...
## Feature Request A way to specify the location of a function within a directory. This is relevant to a monorepo consisting of multiple functions, possibly with multiple directories that...
The flags for the tests are not documented. We should create a readme to enable ease of discovery. The flags live in `test/e2e_flags.go`. /kind documentation /kind good-first-issue