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

Replace Go model generation for kubernetes-model-gatewayapi #6181

Closed
manusa opened this issue Jul 23, 2024 · 1 comment · Fixed by #6227
Closed

Replace Go model generation for kubernetes-model-gatewayapi #6181

manusa opened this issue Jul 23, 2024 · 1 comment · Fixed by #6227
Assignees
Labels
component/kubernetes-model Deals with the kubernetes-model
Milestone

Comments

@manusa
Copy link
Member

manusa commented Jul 23, 2024

Description

Part of #6130

Replace model generation for kubernetes-model-gatewayapi module with new OpenAPI approach.

Tasks

  • Remove build-helper-maven-plugin
  • Remove maven-antrun-plugin from the generate profile
  • Add openapi-model-generator-maven-plugin to the generate profile
  • Configure the plugin to generate the specific classes
  • Remove the go-related files and directories (Makefile, cmd)
  • Remove invocation from the generateModel.sh script
@manusa manusa added the component/kubernetes-model Deals with the kubernetes-model label Jul 23, 2024
@manusa manusa added this to the 7.0.0 milestone Jul 23, 2024
@manusa manusa self-assigned this Aug 6, 2024
@manusa
Copy link
Member Author

manusa commented Aug 6, 2024

This model defines another ObjectReference type that collides with the one from API Machinery.
Things need to be reworked to avoid the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/kubernetes-model Deals with the kubernetes-model
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant