quarkus-operator-sdk icon indicating copy to clipboard operation
quarkus-operator-sdk copied to clipboard

Re-oganize sample folder to allow other projects

Open saberkan opened this issue 4 years ago • 2 comments

Currently, there is only one single project (Joke) under samples folder (quarkus-operator-sdk/samples/).

Is it possible to move the project under (quarkus-operator-sdk/samples/Joke) ? So other samples can be added in the same folder ?

I've initiated another sample : https://github.com/saberkan/JAVA_HTTPD_OPERATOR, and would like to pull request it ?

Thank you,

saberkan avatar Sep 08 '21 12:09 saberkan

It might be a good idea, though I'm a little worried about maintenance of these samples.

metacosm avatar Sep 23 '21 21:09 metacosm

For me, to keep maintenance low, it should be the same sample as from JOSDK. But, there isn't much work to do to port reconciler code to quarkus.

What's more difficult it to port tests part to quarkus dev experience. And Joke sample has no test to follow as a guidance.

scrocquesel avatar Jan 15 '22 20:01 scrocquesel

This is done.

metacosm avatar Jan 06 '23 16:01 metacosm