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

Reorganize quarkus-kubernetes source #10564

Closed
iocanel opened this issue Jul 8, 2020 · 1 comment · Fixed by #12655
Closed

Reorganize quarkus-kubernetes source #10564

iocanel opened this issue Jul 8, 2020 · 1 comment · Fixed by #12655
Assignees
Labels
Milestone

Comments

@iocanel
Copy link
Contributor

iocanel commented Jul 8, 2020

Description
At the moment we have a single processor (KubernetesProcessor)to generating resources for:

  • kubernetes
  • openshift
  • knative

As we add more features, the processor grow larger and harder to maintain.
I would like split the processing of kubernetes, knative and openshift into different processors that integrate with each other.

Implementation ideas
We could expose create build items for dekorators and configurators (in the spi).
We could have a central processor that would apply configurators and decorators and a processor per platform that would generate those.

@iocanel iocanel added kind/enhancement New feature or request area/kubernetes labels Jul 8, 2020
@iocanel iocanel self-assigned this Oct 21, 2020
@iocanel iocanel linked a pull request Oct 23, 2020 that will close this issue
@iocanel
Copy link
Contributor Author

iocanel commented Oct 23, 2020

This can be closed now that #12655 is merged.

@iocanel iocanel closed this as completed Oct 23, 2020
@gsmet gsmet added this to the 1.10 - master milestone Oct 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants