AlinsRan opened a new issue, #1352:
URL: https://github.com/apache/apisix-ingress-controller/issues/1352

   ## Describe
     I noticed that webhook is not used in our project, and I suggest enable it.
   
   Advantage:
   * It can help verify the schema of plugin.
   * Because kubebuilder generate CRD resource does not support `oneOf` and 
`anyOf` verification methods Need the help of webhook.
   * For example, for resources such as Gateway API Ingress etc.. We can 
configure plugins through annotations, and verifying plugins through webhook
   
   Position: Do not attempt to verify the entire crd resource through the 
APISIX schema, so the CRD resource usually has its own meaning, which is 
inconsistent with the apisix schema and easy to cause conflicts.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to