Shane Utt
Shane Utt
The purpose of this issue is to request automated [EPUB](https://www.w3.org/publishing/epub32/) format builds of this book so that it can be comfortably read in readers like [Calibre](https://github.com/kovidgoyal/calibre).
I've been using testify for a long time now, I appreciate you building and maintaining this for us all :bow: I'm looking for functionality that is inspired by other testing...
### Problem Statement Currently for our upcoming beta release of Gateway API support we have alpha level support for the `ReferenceGrant` API but this is technically an optional API and...
### Problem Statement In the past there have been some nightly test failures that have taken longer for us to resolve than we would have liked. The purpose of this...
### Problem Statement In previous Gateway API support milestones we've had some success adapting the conformance tests but we've yet to completely adapt it. Now that [v0.5.0](https://github.com/kubernetes-sigs/gateway-api/releases/tag/v0.5.0) has released and...
### Problem Statement Historically in the integration tests we've used whatever `kubeconfig` was available to run the controller manager for the integration tests. Generally speaking this has meant we've run...
### Problem Statement When tests fail in CI we currently have to try and reproduce those locally and check the state of the reproduction cluster to diagnose them currently. This...
### Problem Statement Now that https://github.com/kubernetes-sigs/gateway-api/pull/1115 has merged we can implement the alpha API for GRPC. ### Acceptance Criteria - [ ] `GRPCRoute` gets supported added for all core functionality...
### Problem Statement Historically in tests we've written multiple defer functions which come in at several lines of code for each resource we want to clean up from a test...
### Problem Statement As of `v2.x` we have added several pieces of API validation for resources such as `KongConsumers`, `Secrets`, `Gateways`, and `HTTPRoutes` which include validation for multiple objects which...