You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/user-guide.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ For this example replace the generated Controller file `pkg/controller/memcached
116
116
The example Controller executes the following reconciliation logic for each `Memcached` CR:
117
117
- Create a memcached Deployment if it doesn't exist
118
118
- Ensure that the Deployment size is the same as specified by the `Memcached` CR spec
119
-
- Update the `Memcached` CR status with the names of the memcached pods
119
+
- Update the `Memcached` CR status using the status writer with the names of the memcached pods
120
120
121
121
The next two subsections explain how the Controller watches resources and how the reconcile loop is triggered. Skip to the [Build](#build-and-run-the-operator) section to see how to build and run the operator.
0 commit comments