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
Because of efficiency reasons, there is always one informer registered for a single resource type, even if there are more `Glue`-s or `GlueOperators`
150
+
handled by a deployment that contains resources for the same type. For example, if there are multiple `Glues` managing `ConfigMaps` there will always be
151
+
just one informer for a `ConfigMap`.Therefore, label selectors can be configured only per resource type, not per `Glue` or `GlueOperator`.
152
+
153
+
To configure a label selector for a resource use `glue.operator.resource-label-selector` (Map), which is followed by the identifier of the resource type in the key,
154
+
and the value is the label selector itself. The resource type is in the form: `[group/]version#kind`.
155
+
For example to define a label selector for ConfigMaps set:
Informers are used optimally, in terms of that, for every resource type only one informer is registered in the background. Event there are more `Glue` or `GlueOperator`
0 commit comments