Skip to content

Commit 9d9d994

Browse files
authored
Update README.md
1 parent 2bb912e commit 9d9d994

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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. 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.
88
In other words, it also allows you to write **workflows** over resources in a **GitOps** friendly way.
99

1010
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
2222
## Contact Us
2323

2424
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
2626
features of qute.
2727

2828
## Quick Introduction
@@ -53,7 +53,7 @@ spec:
5353
</html>
5454
```
5555
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
5757
the [CRD for WebPage](https://github.com/java-operator-sdk/kubernetes-glue-operator/blob/main/src/test/resources/sample/webpage/webpage.crd.yml).
5858
To define how the `WebPage` should be reconciled, thus what resources should be created for
5959
a `WebPage`, we prepare a `GlueOperator`:

0 commit comments

Comments
 (0)