You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/05/28 08:49:27 UTC

[GitHub] [apisix-ingress-controller] lingsamuel commented on issue #515: Use controller-gen to generate CRDs instead of writing them by humanbeings

lingsamuel commented on issue #515:
URL: https://github.com/apache/apisix-ingress-controller/issues/515#issuecomment-850260303


   To do so, we need to remove usage of:
   any type (`interface{}`), float64 (or enable `allowDangerousTypes=true` flag).
   
   And add [markers](https://book.kubebuilder.io/reference/markers.html) like [this](https://github.com/lingsamuel/apisix-ingress-controller/blob/mtls/pkg/kube/apisix/apis/config/v1/types.go#L271-L327).


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org