File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/content/en/docs/features Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -472,7 +472,7 @@ public class WebappReconciler
472472
473473 @Override
474474 public Map<String , EventSource > prepareEventSources (EventSourceContext<Webapp > context ) {
475- InformerConfiguration <Tomcat > configuration =
475+ InformerEventSourceConfiguration <Tomcat > configuration =
476476 InformerEventSourceConfiguration . from(Tomcat . class, Tomcat . class)
477477 .withSecondaryToPrimaryMapper(webappsMatchingTomcatName)
478478 .withPrimaryToSecondaryMapper(
@@ -547,7 +547,7 @@ fabric8 Kubernetes client class, that will listen for events associated with the
547547you configured your ` InformerEventSource ` with. If you want to listen to Kubernetes resource
548548events, ` InformerEventSource ` is probably the only thing you need to use. It's highly
549549configurable so you can tune it to your needs. Take a look at
550- [ InformerConfiguration ] ( https://github.com/java- operator-sdk /java-operator-sdk/blob/main/operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config/informer/InformerConfiguration .java )
550+ [ InformerEventSourceConfiguration ] ( https://github.com/operator-framework /java-operator-sdk/blob/main/operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config/informer/InformerEventSourceConfiguration .java )
551551and associated classes for more details but some interesting features we can mention here is the
552552ability to filter events so that you can only get notified for events you care about. A
553553particularly interesting feature of the ` InformerEventSource ` , as opposed to using your own
You can’t perform that action at this time.
0 commit comments