You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Build Kubernetes Operators in Java without hassle. Inspired by [operator-sdk](ht
20
20
* Smart event scheduling (only handle latest event for the same resource)
21
21
22
22
Check out this [blog post](https://blog.container-solutions.com/a-deep-dive-into-the-java-operator-sdk)
23
-
about the non-trivial yet common problems needs to be solved for every operator.
23
+
about the non-trivial yet common problems needed to be solved for every operator.
24
24
25
25
#### Why build your own Operator?
26
26
* Infrastructure automation using the power and flexibility of Java. See [blog post](https://blog.container-solutions.com/cloud-native-java-infrastructure-automation-with-kubernetes-operators).
@@ -31,7 +31,7 @@ about the non-trivial yet common problems needs to be solved for every operator.
31
31
#### Roadmap
32
32
* Testing of the framework and all samples while running on a real cluster.
33
33
* Generate a project skeleton
34
-
* Generate Java classes from CRD definion (and/or the other way around)
34
+
* Generate Java classes from CRD defintion (and/or the other way around)
35
35
* Integrate with Quarkus (including native image build)
0 commit comments