Skip to content

Commit

Permalink
Update docs/developer-guide/plugin/api-reference/server/reconciler.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Wang <[email protected]>
  • Loading branch information
guqing and ruibaby committed Jun 28, 2024
1 parent 03dbe4a commit 9a6983a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class PostReconciler implements Reconciler<Reconciler.Request> {

### 构建控制器

`setupWith()` 方法用于根据当前类的 `reconcile` 方法构建控制器,你可以通过 `ControllerBuilder` 来构建并定制控制器,`ControllerBuilder` 提供了一系列的方法来配置控制器
`setupWith()` 方法用于根据当前类的 `reconcile` 方法构建控制器,你可以通过 `ControllerBuilder` 提供的方法来构建并定制控制器

```java
public class ControllerBuilder {
Expand Down

0 comments on commit 9a6983a

Please sign in to comment.