File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,15 @@ See the [contribution](https://javaoperatorsdk.io/docs/contributing) guide on th
2323## What is Java Operator SDK
2424
2525Java 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
3536For all features and their usage see the [ related section on the website] ( https://javaoperatorsdk.io/docs/features ) .
3637
You can’t perform that action at this time.
0 commit comments