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 2a8f81c commit b652eedCopy full SHA for b652eed
docs/book/src/reference/watching-resources.md
@@ -113,7 +113,7 @@ impact the primary resource and your controller's functionality.
113
Here are the key reasons why it's important to watch them:
114
115
- **Ensuring Consistency**:
116
- - Secondary resources (e.g., child objects or external dependencies) may diverge from their expected state.
+ - Secondary resources (e.g., child objects or external dependencies) may diverge from their desired state.
117
For instance, a secondary resource may be modified or deleted, causing the system to fall out of sync.
118
- Watching secondary resources ensures that any changes are detected immediately, allowing the controller to
119
reconcile and restore the desired state.
0 commit comments