neverCase commented on issue #638:
URL:
https://github.com/apache/apisix-ingress-controller/issues/638#issuecomment-975167494
@tao12345666333
hi, should I implement the ApisixPluginConfig in the `TranslateContext`
```sh
// TranslateContext contains APISIX resources generated by the translator.
type TranslateContext struct {
Routes []*apisix.Route
StreamRoutes []*apisix.StreamRoute
Upstreams []*apisix.Upstream
upstreamMap map[string]struct{}
SSL []*apisix.Ssl
}
```
--
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]