We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a72acec commit 5ff1c7aCopy full SHA for 5ff1c7a
samples/tomcat/README.md
@@ -54,5 +54,8 @@ Now you can create Tomcat instances with CRs (see examples above).
54
55
## EventSources
56
The TomcatController is listening to events about Deployments created by the TomcatOperator by registering a
57
-DeploymentEventSource.
+DeploymentEventSource with the EventSourceManager. The DeploymentEventSource will in turn register a watch on
58
+all Deployments managed by the Controller (identified by the `managed-by` label).
59
+When an event from a Deployment is received we have to identify which Tomcat object does the Deployment
60
+belong to. This is done when the DeploymentEventSource creates the DeploymentEvent.
61
0 commit comments