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
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
87
90
88
91
See minimal `GlueOperator`[here](https://github.com/csviri/kubernetes-glue-operator/blob/main/src/test/resources/glueoperator/Templating.yaml).
89
92
93
+
90
94
## Deploying `kubernetes-glue-operator`
91
95
92
96
Implementation is using [Quarkus Operator SDK (QOSDK)](https://github.com/quarkiverse/quarkus-operator-sdk),
0 commit comments