You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Api-gateway reconciliation loop will support separate loops for both v1beta1 and v2alpha1 after #1016. The follow up to this switch is to make sure that reconciliation processors used in the v2alpha1 loop will operate on the v2alpha1 APIRule version.
Reasons
The v2alpha1 reconciliation loop is using v1beta1 processors.
Support for new functionalities, like ext-auth handler, should use v2alpha1 APIRule as base for how to reconcile.
Provide unit and integration tests. - [ ] Provide documentation. - [ ] Verify if the solution works for both open-source Kyma and SAP BTP, Kyma runtime. - [ ] If you changed the resource limits, explain why it was needed.
Verify that your contributions don't decrease code coverage. If they do, explain why this is the case. - [ ] Add release notes.
Description
Api-gateway reconciliation loop will support separate loops for both
v1beta1
andv2alpha1
after #1016. The follow up to this switch is to make sure that reconciliation processors used in thev2alpha1
loop will operate on thev2alpha1
APIRule version.Reasons
v2alpha1
reconciliation loop is usingv1beta1
processors.ext-auth
handler, should usev2alpha1
APIRule as base for how to reconcile.TODO:
PRs:
DoD:
- [ ] Provide documentation.- [ ] Verify if the solution works for both open-source Kyma and SAP BTP, Kyma runtime.- [ ] If you changed the resource limits, explain why it was needed.- [ ] Add release notes.Attachments
api-gateway/internal/processing/processors/v2alpha1/reconciliation.go
Line 40 in f0a77fd
The text was updated successfully, but these errors were encountered: