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: website/content/en/docs/building-operators/golang/tutorial.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -183,7 +183,9 @@ See the [OpenAPI validation][openapi-validation] doc for details.
183
183
184
184
## Implement the Controller
185
185
186
-
For this example replace the generated controller file `controllers/memcached_controller.go` with the example [`memcached_controller.go`][memcached_controller] implementation.
186
+
For this example replace the generated controller file `controllers/memcached_controller.go` with the example [`memcached_controller.go`][memcached_controller] implementation.
187
+
188
+
**Note**: If you used a value other than `github.com/example/memcached-operator` for repository (`--repo` flag) when running the `operator-sdk init` command, modify accordingly in the `import` block of the file.
187
189
188
190
**Note**: The next two subsections explain how the controller watches resources and how the reconcile loop is triggered.
189
191
If you'd like to skip this section, head to the [deploy](#run-the-operator) section to see how to run the operator.
0 commit comments