Shane Utt
Shane Utt
There were a couple TODO items in the pingora client examples, this PR resolves them as per their description, and also removes the use of `unwraps()` throughout the examples. New...
This PR adds a `Build Requirements` section to the `README.md` which helps to identify some of the additional build tools required for crates like `pingora-boringssl` and `pingora-openssl`.
Last year we [added a `v4` project layout in Kubebuilder](https://github.com/kubernetes-sigs/kubebuilder/pull/2985) which utilizes `api/` as the directory for APIs [to better follow the package naming standards](https://github.com/kubernetes-sigs/kubebuilder/issues/932#issuecomment-1368208867). I have some kubebuilder-based projects...
**What would you like to be added**: Our `ConformanceReports` should include a field for [ingress2gateway](https://github.com/kubernetes-sigs/ingress2gateway) support. This is sibling to https://github.com/kubernetes-sigs/ingress2gateway/issues/103 **Why this is needed**: As a user that wants...
In the community we've referred to the concept of adding "conformance levels" or "conformance profiles" to Gateway API for quite some time. > **NOTE**: We've chose `conformance profiles` over `conformance...
It's difficult for a newcomer to our conformance tests today to figure out how to get started running the conformance test suite against their implementation. It can be unclear that...
### What do you want to happen? There are many projects out there which use `kubebuilder` to manage their controllers and APIs while also using [controller-gen](https://github.com/kubernetes/code-generator)'s `client-gen` command to generate...
**What would you like to be added**: Initial conformance tests for `GRPCRoute` need to be added. **Why this is needed**: In order to mature `GRPCRoute` to beta and eventually GA,...
[BPFD](https://github.com/redhat-et/bpfd) is a system daemon for managing BPF programs. Using BPFD for Blixt would allow us to more easily and declaratively manage our eBPF programs (using Kubernetes CRDs) and has...
## Problem Statement During #41 orphan checking was not added instead opting to follow up as that PR was already getting quite large. This PR is that follow-up: Orphaned `UDPRoutes`...