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
+37-2Lines changed: 37 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,42 @@
3
3
4
4
Build Kubernetes Operators in Java without hassle. Inspired by [operator-sdk](https://github.com/operator-framework/operator-sdk).
5
5
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
+
#### <aid="Features"><aid="1">Features</a></a>
7
42
* Framework for handling Kubernetes API events
8
43
* Registering Custom Resource watches
9
44
* Retry action on failure
@@ -12,7 +47,7 @@ Build Kubernetes Operators in Java without hassle. Inspired by [operator-sdk](ht
12
47
Check out this [blog post](https://blog.container-solutions.com/a-deep-dive-into-the-java-operator-sdk)
13
48
about the non-trivial yet common problems needs to be solved for every operator.
14
49
15
-
#### Why build your own Operator?
50
+
#### <aid="Operator"><aid="2">Why build your own Operator?</a></a>
16
51
* 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).
17
52
* Provisioning of complex applications - avoiding Helm chart hell
18
53
* Integration with Cloud services - e.g. Secret stores
0 commit comments