neverCase commented on pull request #694:
URL:
https://github.com/apache/apisix-ingress-controller/pull/694#issuecomment-948207750
@tao12345666333
hi, i have some problems with this pr.
From the ci results above, it shows
```sh
Error: pkg/kube/apisix/apis/config/v1alpha1/register.go:42: File is not
`gofmt`-ed with `-s` (gofmt)
scheme.AddKnownTypes(SchemeGroupVersion,
//&ApisixPluginConfig{},
//&ApisixPluginConfigList{},
)
Error: Process completed with exit code 1.
```
I had annotated the `&ApisixPluginConfig{}` and `&ApisixPluginConfigList{}`
here, because i hadn't generated the `zz_generated.deepcopy.go`.
Without a series of deepcopy * functions, these two objects couldn't
implement the k8s runtime.Object.
so what should i do next
--
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]