tokers commented on issue #638: URL: https://github.com/apache/apisix-ingress-controller/issues/638#issuecomment-925442254
> my plan > > 1. add ApisixPluginConfig in types.go and generated libraries (such as clientset) > 2. add ApisixRoute as a group in config > 3. add looper for watching specific resources by using clientset (like k8s.io/client-go) and convert it 1. Refer to other types (see https://github.com/apache/apisix-ingress-controller/blob/master/pkg/kube/apisix/apis/config/v2beta1/types.go#L30) so that the CRD definition can be generated with the OpenAPIV3Schema. 2. We need to talk about the mutual exclusivity between `pluginConfig` and `plugins` fields. @tao12345666333 @gxthrj @neverCase -- 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]
