Skip to content

Commit f4be029

Browse files
Update README.md
1 parent 031864c commit f4be029

File tree

1 file changed

+37
-2
lines changed

1 file changed

+37
-2
lines changed

README.md

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,42 @@
33

44
Build Kubernetes Operators in Java without hassle. Inspired by [operator-sdk](https://github.com/operator-framework/operator-sdk).
55

6-
#### Features
6+
<table>
7+
<tr>
8+
<th>S.No.</th>
9+
<th>Content</th>
10+
</tr>
11+
<tr>
12+
<td><a href="#1">1.</a></td>
13+
<td><a href="#Features">Features</a></td>
14+
</tr>
15+
<tr>
16+
<td><a href="#2">2.</a></td>
17+
<td><a href="#Operators">Why build your own Operator</a></td>
18+
</tr>
19+
<tr>
20+
<td><a href="#3">3.</a></td>
21+
<td><a href="#Roadmap">Roadmap</a></td>
22+
</tr>
23+
<tr>
24+
<td><a href="#4">4.</a></td>
25+
<td><a href="#Discord">Join us on Discord!</a></td>
26+
</tr>
27+
<tr>
28+
<td><a href="#5">5.</a></td>
29+
<td><a href="#Guide">User Guide</a></td>
30+
</tr>
31+
<tr>
32+
<td><a href="#6">6.</a></td>
33+
<td><a href="#Usage">Usage</a></td>
34+
</tr>
35+
<tr>
36+
<td><a href="#7">7.</a></td>
37+
<td><a href="#Boot">Spring Boot</a></td>
38+
</tr>
39+
</table>
40+
41+
#### <a id="Features"><a id="1">Features</a></a>
742
* Framework for handling Kubernetes API events
843
* Registering Custom Resource watches
944
* Retry action on failure
@@ -12,7 +47,7 @@ Build Kubernetes Operators in Java without hassle. Inspired by [operator-sdk](ht
1247
Check out this [blog post](https://blog.container-solutions.com/a-deep-dive-into-the-java-operator-sdk)
1348
about the non-trivial yet common problems needs to be solved for every operator.
1449

15-
#### Why build your own Operator?
50+
#### <a id="Operator"><a id="2">Why build your own Operator?</a></a>
1651
* 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).
1752
* Provisioning of complex applications - avoiding Helm chart hell
1853
* Integration with Cloud services - e.g. Secret stores

0 commit comments

Comments
 (0)