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
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ It provides facilities to compose Kubernetes resources and describes how the res
7
7
should be reconciled. 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 feature](https://javaoperatorsdk.io/docs/workflows/) of Java Operator SDK.
0 commit comments