Skip to content

Commit 4c8b205

Browse files
committed
docs
Signed-off-by: Attila Mészáros <[email protected]>
1 parent b60e880 commit 4c8b205

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Diff for: docs/reference.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,15 @@ 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

93+
9094
## Deploying `kubernetes-glue-operator`
9195

9296
Implementation is using [Quarkus Operator SDK (QOSDK)](https://github.com/quarkiverse/quarkus-operator-sdk),

0 commit comments

Comments
 (0)