We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b32b4f7 commit 83c9c7dCopy full SHA for 83c9c7d
1 file changed
docs/content/en/docs/documentation/reconciler.md
@@ -98,13 +98,11 @@ typically instructs the framework to remove the finalizer after the dependent
98
resource are cleaned up in `cleanup` implementation.
99
100
```java
101
-
102
public DeleteControl cleanup(MyCustomResource customResource,Context context){
103
// omitted code
104
105
return DeleteControl.defaultDelete();
106
- }
107
+}
108
```
109
110
However, it is possible to instruct the SDK to not remove the finalizer, this allows to clean up
0 commit comments