From 924e77a12081e36cdaaf28e69d4d4821e9a6461b Mon Sep 17 00:00:00 2001 From: csviri Date: Mon, 22 Aug 2022 15:28:36 +0200 Subject: [PATCH 1/4] docs: add flink and strimzi access operator to the list --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0aec5c3e8d..b86eb599d1 100644 --- a/README.md +++ b/README.md @@ -58,3 +58,6 @@ project, as shown below: Operators in Java with the Java Operator SDK" blog series](https://developers.redhat.com/articles/2022/02/15/write-kubernetes-java-java-operator-sdk#). - [Keycloak operator](https://github.com/keycloak/keycloak/tree/main/operator): the official Keycloak operator, built with Quarkus and JOSDK. +- [Flink Operator](https://github.com/apache/flink-kubernetes-operator) is the market lead among Flink operators. +- [Strimzi Access operator](https://github.com/strimzi/kafka-access-operator). While the core Strimzi operator development predates + JOSDK but, new components like the access operator is using the framework. \ No newline at end of file From f05f33807d801c911884f7a41ba788dda29a4aed Mon Sep 17 00:00:00 2001 From: csviri Date: Mon, 22 Aug 2022 16:51:38 +0200 Subject: [PATCH 2/4] naming --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b86eb599d1..8081cd863b 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,6 @@ project, as shown below: Operators in Java with the Java Operator SDK" blog series](https://developers.redhat.com/articles/2022/02/15/write-kubernetes-java-java-operator-sdk#). - [Keycloak operator](https://github.com/keycloak/keycloak/tree/main/operator): the official Keycloak operator, built with Quarkus and JOSDK. -- [Flink Operator](https://github.com/apache/flink-kubernetes-operator) is the market lead among Flink operators. +- [Apache Flink Kubernetes Operator](https://github.com/apache/flink-kubernetes-operator) is the market lead among Flink operators. - [Strimzi Access operator](https://github.com/strimzi/kafka-access-operator). While the core Strimzi operator development predates JOSDK but, new components like the access operator is using the framework. \ No newline at end of file From 630cbb589eb79f02e19a3219cc0fef6d928e714d Mon Sep 17 00:00:00 2001 From: csviri Date: Mon, 22 Aug 2022 17:19:16 +0200 Subject: [PATCH 3/4] naming fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8081cd863b..fe5aff420e 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,6 @@ project, as shown below: Operators in Java with the Java Operator SDK" blog series](https://developers.redhat.com/articles/2022/02/15/write-kubernetes-java-java-operator-sdk#). - [Keycloak operator](https://github.com/keycloak/keycloak/tree/main/operator): the official Keycloak operator, built with Quarkus and JOSDK. -- [Apache Flink Kubernetes Operator](https://github.com/apache/flink-kubernetes-operator) is the market lead among Flink operators. +- [Apache Flink Kubernetes operator](https://github.com/apache/flink-kubernetes-operator) is the market lead among Flink operators. - [Strimzi Access operator](https://github.com/strimzi/kafka-access-operator). While the core Strimzi operator development predates JOSDK but, new components like the access operator is using the framework. \ No newline at end of file From 03033f2a7dc4c5268c3318d2b559cc9b119b1f95 Mon Sep 17 00:00:00 2001 From: csviri Date: Mon, 22 Aug 2022 17:20:00 +0200 Subject: [PATCH 4/4] wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe5aff420e..5d7b5ba5ec 100644 --- a/README.md +++ b/README.md @@ -60,4 +60,4 @@ project, as shown below: Keycloak operator, built with Quarkus and JOSDK. - [Apache Flink Kubernetes operator](https://github.com/apache/flink-kubernetes-operator) is the market lead among Flink operators. - [Strimzi Access operator](https://github.com/strimzi/kafka-access-operator). While the core Strimzi operator development predates - JOSDK but, new components like the access operator is using the framework. \ No newline at end of file + JOSDK, but new components like the Access operator is using the framework. \ No newline at end of file