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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Kubernetes Glue Operator is a powerful Kubernetes **meta operator** that allows
4
4
applying a custom resource**. (**NOT** related to AWS Glue)
5
5
6
6
It provides facilities to compose Kubernetes resources and describes how the resource
7
-
should be reconciled. It supports conditional resources in runtime and ordering of resource reconciliation.
7
+
should be reconciled. It supports conditional resources at 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
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, using [Quarkus based](https://github.com/quarkiverse/quarkus-operator-sdk) version of the framework.
@@ -22,7 +22,7 @@ The project is implemented as a thin layer on top of battle-tested [workflow](ht
22
22
## Contact Us
23
23
24
24
Either in the discussion section here on GitHub or at [Kubernetes Slack Operator Channel](https://kubernetes.slack.com/archives/CAW0GV7A5). While
25
-
in "object" form only placeholder substitutions are possible, in string template you can use all the
25
+
in "object" form only placeholder substitutions are possible; in a string template, you can use all the
26
26
features of qute.
27
27
28
28
## Quick Introduction
@@ -53,7 +53,7 @@ spec:
53
53
</html>
54
54
```
55
55
56
-
To create an operator (or more precisely the controller part) with `kubernetes-glue-operator` we have first apply
56
+
To create an operator (or more precisely the controller part) with `kubernetes-glue-operator`, we first have to apply
57
57
the [CRD for WebPage](https://github.com/java-operator-sdk/kubernetes-glue-operator/blob/main/src/test/resources/sample/webpage/webpage.crd.yml).
58
58
To define how the `WebPage` should be reconciled, thus what resources should be created for
0 commit comments