Skip to content

Commit b6f3894

Browse files
committed
docs: readme improvement
1 parent 19362a9 commit b6f3894

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,15 @@ See the [contribution](https://javaoperatorsdk.io/docs/contributing) guide on th
2323
## What is Java Operator SDK
2424

2525
Java Operator SDK is a higher level framework and related tooling to support writing Kubernetes Operators in Java.
26-
It makes it use to utilize best practices and patters of an Operator development. Features include:
26+
It makes it easy to implement best practices and patters for an Operator. Features include:
2727

28-
* Framework for handling Kubernetes API events
29-
* Automatic registration of Custom Resource watches
30-
* Retry action on failure
31-
* Smart event scheduling (only handle the latest event for the same resource)
28+
* Optimal handling Kubernetes API events
29+
* Automatic Registration of Custom Resource Watches
30+
* Automatic Retries
31+
* Smart event scheduling
3232
* Handling Observed Generations automatically
33-
* Support For Intelligent Error Handling
33+
* Easy to use Error Handling
34+
* ... and everything that a batteries included framework needs
3435

3536
For all features and their usage see the [related section on the website](https://javaoperatorsdk.io/docs/features).
3637

0 commit comments

Comments
 (0)