Skip to content

Commit fe0171b

Browse files
authored
Update README.md
1 parent 038499d commit fe0171b

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,14 @@ spec:
108108
# Omitted Details
109109
```
110110

111-
There are multiple aspects to see here. When such resource created, the related four resource will be templated
112-
and applied to the cluster. In case anything changes in the custom resource or the managed resources the reconciliation
111+
There are multiple aspects to see here. If such a resource is created, the four related resources will be templated
112+
and applied to the cluster. If anything changes in the custom or managed resources, the reconciliation
113113
will be triggered again.
114114

115-
Note also the `condition` part for `Ingress` resource, there are multiple types of condition, here `JSCondition` is
116-
used, which allows to write conditions in Javascript. The `Ingress` will be created if the `.spec.exposed` property
117-
is true, if the property is changed to `false` after, the resource is deleted.
115+
Note also the `condition` part for `Ingress` resource contains multiple types of conditions, `JSCondition` is
116+
used in this example, which allows writing conditions in Javascript. The `Ingress` will be created if the `.spec.exposed` property
117+
is true. If the property is changed to `false` after, the resource is deleted.
118118

119119
### The `Glue` Resource
120+
121+
`Glue` is very similar to `GlueOperator`, and has almost the same properties, but does not have a parent. Thus does not define an operator, just a set of resources to reconcile.

0 commit comments

Comments
 (0)