Skip to content

Commit ea61fdd

Browse files
committed
Fix typo in ControllerExample
Signed-off-by: Lalith Suresh <lsuresh@vmware.com>
1 parent 44ee6ad commit ea61fdd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/src/main/java/io/kubernetes/client/examples/ControllerExample.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ public static void main(String[] args) throws IOException {
2525

2626
CoreV1Api coreV1Api = new CoreV1Api();
2727

28-
// instantiating an informer-facotry, and there should be only one informer-factory globally.
28+
// instantiating an informer-factory, and there should be only one informer-factory globally.
2929
SharedInformerFactory informerFactory = new SharedInformerFactory();
30-
// registering node-informer into the informer-facotry.
30+
// registering node-informer into the informer-factory.
3131
SharedIndexInformer<V1Node> nodeInformer =
3232
informerFactory.sharedIndexInformerFor(
3333
(CallGeneratorParams params) -> {

0 commit comments

Comments
 (0)