Skip to content

Commit

Permalink
docs: method naming fix in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
csviri committed Nov 26, 2021
1 parent b3c04b8 commit 212ee19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/documentation/v2-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ The following items are renamed and slightly changed:
interface is renamed
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)
. In addition, methods:
- `createOrUpdate` renamed to `reconcile`
- `delete` renamed to `cleanup`
- `createOrUpdateResource` renamed to `reconcile`
- `deleteResource` renamed to `cleanup`
- Events are removed from
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)
of `Reconciler` methods . The rationale behind this, is that there is a consensus now on the pattern that the events
Expand Down

0 comments on commit 212ee19

Please sign in to comment.