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/faqs/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ For example, you should refrain from moving the scaffolded files, doing so will
34
34
35
35
## How can I have separate logic for Create, Update, and Delete events? When reconciling an object can I access its previous state?
36
36
37
-
You should not have separate logic. Instead design your reconciler to be idempotent. See the [controller-runtime FAQ][controller-runtime_faq] for more details.
37
+
You should not have separate logic. Instead design your reconciler to be idempotent. See the [controller-runtime FAQ][cr-faq] for more details.
38
38
39
39
## When my Custom Resource is deleted, I need to know its contents or perform cleanup tasks. How can I do that?
0 commit comments