File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -82,11 +82,15 @@ The `DependentResource` implementation of JOSDK makes all kinds of optimizations
82
82
## [ GlueOperator resource] ( https://github.com/csviri/kubernetes-glue-operator/releases/latest/download/glueoperators.glue-v1.yml )
83
83
84
84
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 ) ,
You can’t perform that action at this time.
0 commit comments