我正在尝试使用kubebuilder在kubernetes上开发自定义资源。在这个CR中,我有一个类型为url.URL
的字段我得到这个错误:
(*in).DeepCopyInto undefined (type *url.URL has no field or method DeepCopyInto)
在开发CR时是否有一种方法可以使用url.URL
类型?
所以我找到了一个解决方案
我不知道它是否是最好的,但我已经创建了一个自定义类型的URL,其中缺少使用net/url
与controller-gen
的部分。
很好https://gist.github.com/quentinalbertone/ec00085b57992d836c08d4586295ace7