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 e8360c6 commit 080fbeeCopy full SHA for 080fbee
README.md
@@ -70,7 +70,7 @@ public class Runner {
70
71
public static void main(String[] args) {
72
Operator operator = new Operator(new DefaultKubernetesClient(),
73
- DefaultConfigurationService.instance());
+ DefaultConfigurationService.INSTANCE);
74
operator.register(new WebServerController());
75
}
76
0 commit comments