tao12345666333 commented on pull request #689:
URL:
https://github.com/apache/apisix-ingress-controller/pull/689#issuecomment-927220621
The structure of ApisixPluginConfigSpec can be as follows, it only needs to
include the following two fields. (you can add some comments)
```go
type ApisixPluginConfigSpec struct {
Desc string `json:"desc,omitempty"
yaml:"desc,omitempty"`
Plugins []ApisixRouteHTTPPluginConfig `json:"plugins" yaml:"plugins"`
}
```
--
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]