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-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,8 @@ It provides facilities to compose Kubernetes resources and describes how the res
7
7
should be reconciled. It supports conditional resources in runtime and ordering of resource reconciliation.
8
8
In other words, it also allows you to write **workflows** over resources in a **GitOps** friendly way.
9
9
10
-
The project is implemented as a thin layer on top of battle-tested [workflow](https://javaoperatorsdk.io/docs/workflows/) and [dependent resources](https://javaoperatorsdk.io/docs/dependent-resources/) features of Java Operator SDK.
10
+
The project is implemented as a thin layer on top of battle-tested [workflow](https://javaoperatorsdk.io/docs/workflows/) and [dependent resources](https://javaoperatorsdk.io/docs/dependent-resources/) features of Java Operator SDK
11
+
- using [Quarkus based](https://github.com/quarkiverse/quarkus-operator-sdk) version of the framework.
0 commit comments