Skip to content

Commit f48a52a

Browse files
fix: Typos and grammar (#1529)
* fix: Typos and grammar * fix: wording Co-authored-by: Chris Laprun <metacosm@users.noreply.github.com>
1 parent 048aec5 commit f48a52a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ See the [contribution](https://javaoperatorsdk.io/docs/contributing) guide on th
2626
## What is Java Operator SDK
2727

2828
Java Operator SDK is a higher level framework and related tooling to support writing Kubernetes Operators in Java.
29-
It makes it easy to implement best practices and patters for an Operator. Features include:
29+
It makes it easy to implement best practices and patterns for an Operator. Features include:
3030

3131
* Optimal handling Kubernetes API events
32-
* Handling dependent resources, related events, caching.
32+
* Handling dependent resources, related events, and caching.
3333
* Automatic Retries
3434
* Smart event scheduling
3535
* Handling Observed Generations automatically
@@ -58,7 +58,7 @@ project, as shown below:
5858
Operators in Java with the Java Operator SDK" blog series](https://developers.redhat.com/articles/2022/02/15/write-kubernetes-java-java-operator-sdk#).
5959
- [Keycloak operator](https://github.com/keycloak/keycloak/tree/main/operator): the official
6060
Keycloak operator, built with Quarkus and JOSDK.
61-
- [Apache Flink Kubernetes operator](https://github.com/apache/flink-kubernetes-operator) is the market lead among Flink operators.
61+
- [Apache Flink Kubernetes operator](https://github.com/apache/flink-kubernetes-operator) is the market leader among Flink operators.
6262
- [Strimzi Access operator](https://github.com/strimzi/kafka-access-operator). While the core Strimzi operator development predates
6363
JOSDK, but new components like the Access operator is using the framework.
64-
- [EureKubeOperator](https://medium.com/@heesuk.dev/implementing-kubernetes-operator-for-eureka-service-discovery-integration-by-java-operator-sdk-d21d8087c38e): integrates service discovery of Eureka and Kubernetes using the framework - developed by 11street. It is not released as open source yet, but is a very interesting reading about this problem and how it is solved by an operator in writen JOSDK.
64+
- [EureKubeOperator](https://medium.com/@heesuk.dev/implementing-kubernetes-operator-for-eureka-service-discovery-integration-by-java-operator-sdk-d21d8087c38e): integrates service discovery of Eureka and Kubernetes using the framework - developed by 11street. It is not released as an open source yet but is very interesting to read about this problem and how it is solved by an operator written with JOSDK.

0 commit comments

Comments
 (0)