Skip to content

Commit 5d732c8

Browse files
authored
Merge pull request #225 from didier-durand/patch-1
README.md: fixing a couple of typos
2 parents ee16b6b + 9149fed commit 5d732c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Build Kubernetes Operators in Java without hassle. Inspired by [operator-sdk](ht
2020
* Smart event scheduling (only handle latest event for the same resource)
2121

2222
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.
2424

2525
#### Why build your own Operator?
2626
* 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.
3131
#### Roadmap
3232
* Testing of the framework and all samples while running on a real cluster.
3333
* 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)
3535
* Integrate with Quarkus (including native image build)
3636
* Integrate with OLM (Operator Lifecycle Manager)
3737

0 commit comments

Comments
 (0)