Skip to content

Commit 5ff1c7a

Browse files
committed
reformat code
1 parent a72acec commit 5ff1c7a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

samples/tomcat/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,8 @@ Now you can create Tomcat instances with CRs (see examples above).
5454

5555
## EventSources
5656
The TomcatController is listening to events about Deployments created by the TomcatOperator by registering a
57-
DeploymentEventSource.
57+
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.
5861

0 commit comments

Comments
 (0)