We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44ee6ad commit ea61fddCopy full SHA for ea61fdd
1 file changed
examples/src/main/java/io/kubernetes/client/examples/ControllerExample.java
@@ -25,9 +25,9 @@ public static void main(String[] args) throws IOException {
25
26
CoreV1Api coreV1Api = new CoreV1Api();
27
28
- // instantiating an informer-facotry, and there should be only one informer-factory globally.
+ // instantiating an informer-factory, and there should be only one informer-factory globally.
29
SharedInformerFactory informerFactory = new SharedInformerFactory();
30
- // registering node-informer into the informer-facotry.
+ // registering node-informer into the informer-factory.
31
SharedIndexInformer<V1Node> nodeInformer =
32
informerFactory.sharedIndexInformerFor(
33
(CallGeneratorParams params) -> {
0 commit comments