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

OpenAPI: Add missing buildable references #6451

Open
manusa opened this issue Oct 15, 2024 · 0 comments
Open

OpenAPI: Add missing buildable references #6451

manusa opened this issue Oct 15, 2024 · 0 comments
Labels
component/extensions Deals with the extensions component/kubernetes-model Deals with the kubernetes-model component/openshift-model Deals with Red Hat OpenShift Model

Comments

@manusa
Copy link
Member

manusa commented Oct 15, 2024

Description

Part of #6130

Add missing buildable references to OpenAPI Maven Plugin.

@BuildableReference(EnvVar.class),
@BuildableReference(ContainerPort.class),
@BuildableReference(Volume.class),
@BuildableReference(VolumeMount.class)

These references were added only to the Kubernetes extensions since the go model generators and annotators were different for Kubernetes and OpenShift core model types and for the extensions.

We should address this and add these references in all cases by leveraging the new model generation approach.
These seem like interesting classes that will likely improve the Sundrio builder experience.

@manusa manusa added component/extensions Deals with the extensions component/kubernetes-model Deals with the kubernetes-model component/openshift-model Deals with Red Hat OpenShift Model labels Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/extensions Deals with the extensions component/kubernetes-model Deals with the kubernetes-model component/openshift-model Deals with Red Hat OpenShift Model
Projects
None yet
Development

No branches or pull requests

1 participant