An-DJ commented on code in PR #1486:
URL:
https://github.com/apache/apisix-ingress-controller/pull/1486#discussion_r1040673343
##########
pkg/kube/apisix/apis/config/v2beta3/types.go:
##########
@@ -161,6 +161,8 @@ type ApisixRouteHTTPPlugin struct {
Enable bool `json:"enable" yaml:"enable"`
// Plugin configuration.
Config ApisixRouteHTTPPluginConfig `json:"config" yaml:"config"`
+ // Plugin configuration secretRef.
Review Comment:
An additional section `Config with secretRef` in `apisix_route.md` is added
to explain that.
--
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]