Description
Api-gateway reconciliation loop will support separate loops for both v1beta1 and v2alpha1 after https://github.com/kyma-project/api-gateway/issues/1016. The follow up to this switch is to make sure that status applied during v2alpha1 reconciliation is using v2alpha1 APIRule
Reasons
The v2alpha1 reconciliation loop is using v1beta1 status.
DoD:
[x] Provide unit and integration tests.
- [ ] Provide documentation.
[x] 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.
[x] 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 https://github.com/kyma-project/api-gateway/issues/1016. The follow up to this switch is to make sure that status applied duringv2alpha1
reconciliation is usingv2alpha1
APIRuleReasons
v2alpha1
reconciliation loop is usingv1beta1
status.DoD:
- [ ] Provide documentation.- [ ] If you changed the resource limits, explain why it was needed.- [ ] Add release notes.Attachments