From 52241ffc7b91ab84dcb865a850246be581fe756b Mon Sep 17 00:00:00 2001 From: Chris Laprun Date: Mon, 15 Aug 2022 10:00:09 +0200 Subject: [PATCH] feat: add section highlighting JOSDK users Fixes #1380 --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index e41067e9a0..455ea5d56e 100644 --- a/README.md +++ b/README.md @@ -46,3 +46,14 @@ Quarkus Extension: https://github.com/quarkiverse/quarkus-operator-sdk Spring Boot Starter: https://github.com/java-operator-sdk/operator-framework-spring-boot-starter +## Projects using JOSDK + +While we know of multiple projects using JOSDK in production, we don't want to presume these +projects want to advertise that fact here. For this reason, we ask that if you'd like your project +to be featured in this section, please open a PR, adding a link to and short description of your +project, as shown below: + +- [ExposedApp operator](https://github.com/halkyonio/exposedapp-rhdblog): a sample operator + written to illustrate JOSDK concepts and its Quarkus extension in the ["Write Kubernetes + Operators in Java with the Java Operator SDK" blog series](https://developers.redhat.com/articles/2022/02/15/write-kubernetes-java-java-operator-sdk#). +- \ No newline at end of file