File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Build Kubernetes Operators in Java without hassle. Inspired by [operator-sdk](ht
19
19
* Retry action on failure
20
20
* Smart event scheduling (only handle the latest event for the same resource)
21
21
22
- Check out this [ blog post] ( https://csviri.medium.com/java- operator-sdk-introduction-to-event-sources-a1aab5af4b7b )
22
+ Check out this [ blog post] ( https://csviri.medium.com/deep-dive-building-a-kubernetes- operator-sdk-for-java-developers-5008218822cb )
23
23
about the non-trivial yet common problems needed to be solved for every operator. In case you are interested how to
24
24
handle more complex scenarios take a look on [ event sources] ( https://csviri.medium.com/java-operator-sdk-introduction-to-event-sources-a1aab5af4b7b ) .
25
25
You can’t perform that action at this time.
0 commit comments