Skip to content

Commit 536f584

Browse files
authoredApr 28, 2024
Update reference.md
1 parent 0a63de7 commit 536f584

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎docs/reference.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,9 @@ you need to add the following configuration params:
150150
This will ensure that the labels are added correctly to the `Glue`. See the related
151151
[integration test](https://github.com/csviri/kubernetes-glue-operator/blob/main/src/test/java/io/csviri/operator/glue/GlueOperatorComplexLabelSelectorTest.java#L23-L23).
152152

153-
### Label selectors for informers
153+
### Label selectors managed resources
154154

155-
Because of efficiency reasons, there is always one informer registered for a single resource type, even if there are more `Glue`-s or `GlueOperators`
155+
For efficiency reasons, there is always one informer registered for a single resource type, even if there are more `Glue`-s or `GlueOperators`
156156
handled by a deployment that contains resources for the same type. For example, if there are multiple `Glues` managing `ConfigMaps` there will always be
157157
just one informer for a `ConfigMap`.Therefore, label selectors can be configured only per resource type, not per `Glue` or `GlueOperator`.
158158

0 commit comments

Comments
 (0)
Please sign in to comment.