tao12345666333 edited a comment on issue #638: URL: https://github.com/apache/apisix-ingress-controller/issues/638#issuecomment-925493450
You can open a PR and submit your current changes directly. The PluginConfig document is here https://apisix.apache.org/docs/apisix/architecture-design/plugin-config It looks like this: ```go // ApisixPluginConfigSpec defines the desired state of ApisixPluginConfigSpec. type ApisixPluginConfigSpec struct { Desc string `json:"desc,omitempty" yaml:"desc,omitempty"` Plugins ApisixRouteHTTPPluginConfig // https://github.com/apache/apisix-ingress-controller/blob/3e9bdbf0cee6d49c8e0db27152d46565df704e8c/pkg/kube/apisix/apis/config/v2beta1/types.go#L129 } ``` -- 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]
