Skip to content

Commit 01050ef

Browse files
committed
docs
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 0fd7a46 commit 01050ef

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/reference.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,11 @@ The `DependentResource` implementation of JOSDK makes all kinds of optimizations
8282
## [GlueOperator resource](https://github.com/csviri/kubernetes-glue-operator/releases/latest/download/glueoperators.glue-v1.yml)
8383

8484
The specs of `GlueOperator` are almost identical to `Glue`, it just adds one additional attribute **`parent`**,
85-
which has two sub-attributes: **`apiVersion`** and **`kind`**. This structure specifies the resource
86-
types - usually but not necessarily custom resources - watched.
85+
which has the following sub-attributes:
86+
- **`apiVersion`** and **`kind`** - specifies the resources to reconciler according to the spec.
87+
Targets are usually custom resources but not necessarily, it also works with built-in Kubernetes
88+
resources.
89+
- **`labelSelector`** - an optional label selector for the target resources
8790

8891
See minimal `GlueOperator` [here](https://github.com/csviri/kubernetes-glue-operator/blob/main/src/test/resources/glueoperator/Templating.yaml).
8992

0 commit comments

Comments
 (0)