Error "panic: runtime error: invalid memory address or nil pointer dereference" when Generating manifests with new CR #3059
Replies: 1 comment
-
Can you please try to do the same with the latest versions available? Closing this one for now, but feel free to re-open if you see that fits. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm using Kubebuilder (for the first time) to create a custom operator in Go. So in my CR i want to include istio HTTPRoute type. Here my CR def :
When i'm generating manifest with command "make manifest" i have an error like this (the error disappear when i remove the field Http *networkingv1alpha3.HTTPRoute ) :
So is there any idea of what i should do to fix this problem ?
Thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions