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 21bd62c commit 9d88b5fCopy full SHA for 9d88b5f
README.md
@@ -48,7 +48,7 @@ public class Runner {
48
49
public static void main(String[] args) {
50
Operator operator = new Operator(new DefaultKubernetesClient());
51
- operator.registerController(new CustomServiceController());
+ operator.registerController(new WebServerController());
52
}
53
54
```
0 commit comments