We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b1611 commit bd3ccbeCopy full SHA for bd3ccbe
README.md
@@ -142,11 +142,11 @@ The Controller implements the business logic and describes all the classes neede
142
```java
143
144
@ControllerConfiguration
145
-public class WebServerController implements Reconciler<WebServer> {
+public class WebPageReconciler implements Reconciler<WebPage> {
146
147
// Return the changed resource, so it gets updated. See javadoc for details.
148
@Override
149
- public UpdateControl<CustomService> reconcile(CustomService resource,
+ public UpdateControl<WebPage> reconcile(WebPage resource,
150
Context context) {
151
// ... your logic ...
152
return UpdateControl.updateStatus(resource);
0 commit comments