Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/tutorial.md
  • Loading branch information
metacosm authored Apr 14, 2022
commit 1a1ba207feaf6f492ceea19fe2eab7d940c3ec4e
2 changes: 1 addition & 1 deletion docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ the controller logic in these methods. We will also add a
operator and a `labelsForMemcached` method that returns the labels.

The `reconcile` get called whenever some
update/create/delete event occurs in the cluster. This will allow us to react to
update/create event occurs in the cluster. This will allow us to react to
changes to the Deployment.

### reconcile
Expand Down