Bevan Arps
Bevan Arps
### What happened? When the Kubernetes API server returns a 429 (throttled), the response may include misleading cause information. We observed that a pod eviction API call received a response...
**What this PR does / why we need it**: To reduce the number of changes in #2084, we want to pull naming changes forward, allowing more meaningful review. This PR...
**What this PR does / why we need it**: To reduce the number of changes in https://github.com/Azure/azure-service-operator/pull/2084, we want to pull naming changes forward, allowing more meaningful review. This PR...
**What this PR does / why we need it**: To reduce the number of changes in #2084, we want to pull naming changes forward, allowing more meaningful review. This PR...
We need to design for the case where a particular property is removed in one version of a resource but reappears in a later version. **TL;DR:** The crux of the...
**Describe the current behavior** We are currently explicitly emitting a generator for each property for use in our property tests. **Describe the improvement** We may be able to dramatically simplify...
**Describe the current behavior** As of PR #1767, we select between multiple candidate property comments by selecting the longer one, assuming that it will be more specific (less generic). This...
**Describe the current behavior** Thus far we've managed to ensure each release of ASO v2 is backward compatible with resources used with the previous releases. This applies even for the...
**Describe the current behavior** For a number of reasons that were logical at the time, we are currently suppressing/excluding a large number of pipeline stages in `NewTestCodeGenerator()`. Revisting the list...
**Describe the bug** When our CI builds timeout, we end up with logs missing! Each invocation of `go test` includes redirection of output into a `json` file, which is then...