Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

need to allow disabling openapi generation for proto types #244

Closed
ilackarms opened this issue May 28, 2021 · 0 comments · Fixed by #245
Closed

need to allow disabling openapi generation for proto types #244

ilackarms opened this issue May 28, 2021 · 0 comments · Fixed by #245

Comments

@ilackarms
Copy link
Member

currently we attempt to generate openapi schemas for all protos (using Cue). cue is incompatible with certain types including recursive types (this is a kubernetes limitation as k8s does not support recursive types for their openapi schemas kubernetes/kubernetes#62872).

we should allow a workaround by disabling validation for those protos

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant