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 6f73250 commit 5dcad5eCopy full SHA for 5dcad5e
docs/book/src/reference/watching-resources.md
@@ -130,6 +130,8 @@ Here are the key reasons why it's important to watch them:
130
- Watching non-owned secondary resources lets the controller respond to lifecycle events (create, update, delete)
131
that might affect the primary resource, ensuring consistent behavior across the system.
132
133
+See [Watching Secondary Resources That Are Not Owned](./watching-resources/secondary-resources-not-owned.md#configuration-example) for an example.
134
+
135
## Why not use `RequeueAfter X` for all scenarios instead of watching resources?
136
137
Kubernetes controllers are fundamentally **event-driven**. When creating a controller,
0 commit comments