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: docs/documentation/v2-migration.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,8 @@ The following items are renamed and slightly changed:
22
22
interface is renamed
23
23
to [`Reconciler`](https://github.com/java-operator-sdk/java-operator-sdk/blob/main/operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler/Reconciler.java)
24
24
. In addition, methods:
25
-
-`createOrUpdate` renamed to `reconcile`
26
-
-`delete` renamed to `cleanup`
25
+
-`createOrUpdateResource` renamed to `reconcile`
26
+
-`deleteResource` renamed to `cleanup`
27
27
- Events are removed from
28
28
the [`Context`](https://github.com/java-operator-sdk/java-operator-sdk/blob/main/operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler/Context.java)
29
29
of `Reconciler` methods . The rationale behind this, is that there is a consensus now on the pattern that the events
0 commit comments