Enhance verification for APISIX ingress controller
- Mentors
- Wei Jin, Ming Wen
- Organization
- The Apache Software Foundation
Currently, the basic structural verification of CRD has been completed in APISIX Ingress Controller, but more verification is still needed. For example, plug-in schema verification, dependency verification between APISIX objects, rule conflict verification, etc. In this project, I will enhance the verification for APISIX Ingress Controller by implementing validating admission webhooks, which can avoid some errors caused by YAML when the user defines the CRD.