You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
panic: interface conversion: *types.Interface is not interface { Obj() *types.TypeName }: missing method Obj
I'm expecting a soft error and not a crash. For example when defining a field with type map[string]any, an error is logged but a best-effort CRD is still generated:
/path/to/file.go:LINE:COL: not a supported map value type: *ast.InterfaceType