fgksgf commented on a change in pull request #667:
URL:
https://github.com/apache/apisix-ingress-controller/pull/667#discussion_r703107054
##########
File path: pkg/api/router/webhook.go
##########
@@ -26,5 +26,13 @@ import (
func MountWebhooks(r *gin.Engine, co *apisix.ClusterOptions) {
// init the schema client, it will be used to query schema of objects.
_, _ = validation.GetSchemaClient(co)
- r.POST("/validation/apisixroutes/plugin",
gin.WrapH(validation.NewPluginValidatorHandler()))
Review comment:
Nope, it's in the validation of ApisixRoute now.
--
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]