Skip to content

Commit e593ff1

Browse files
authored
Update README.md
1 parent 0fea6fa commit e593ff1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ Kubernetes Glue Operator is a powerful Kubernetes **meta operator** that allows
44
applying a custom resource**. (**Not** related to AWS Glue)
55

66
It provides facilities to compose Kubernetes resources and describes how the resource
7-
should be reconciled. Supports conditional resources in runtime, and ordering of resource reconciliation.
7+
should be reconciled. It supports conditional resources in runtime and ordering of resource reconciliation.
88
In other words, it also allows you to write **workflows** over resources in a **GitOps** friendly way.
99

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.
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.
1111

1212
## Documentation
1313

0 commit comments

Comments
 (0)