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
23
23
## What is Java Operator SDK
24
24
25
25
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:
27
27
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
32
32
* 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
34
35
35
36
For all features and their usage see the [ related section on the website] ( https://javaoperatorsdk.io/docs/features ) .
36
37
You can’t perform that action at this time.
0 commit comments