APIRule reconcile function refactoring #1016
Labels
area/api-gateway
Issues or PRs related to api-gateway
kind/feature
Categorizes issue or PR as related to a new feature.
Milestone
Description
Introduction of APIRule v2alpha1 added complexity to main reconcile function that needs to be addressed before adding extAuth handler.
ACs:
Additional info
// +kubebuilder:validation:XValidation:rule="self == oldSelf",message="Value is immutable"
DoD:
and integration tests.-> integration tests in follow up, but also migration integration tests exist that cover the implementation.- [ ] If you changed the resource limits, explain why it was needed.=> code coverage decreased from 61,1% to 59,2% but this is also due to open todos like for v2alpha1 validation, because some of the code already exists to match the interfaces, but the real implementation and tests will be done in a follow up.
- [ ] Add release notes.Attachments
part of: #939
PR
Follow ups
v2alpha1
APIRule #1151The text was updated successfully, but these errors were encountered: