File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
examples/kubernetes-client-examples Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ should copy into their pom.xml file. It will render out to:
102102
103103``` xml
104104<dependency >
105- <groupdId >org.apache.flink</groupId >
105+ <groupId >org.apache.flink</groupId >
106106 <artifactId >flink-streaming-java</artifactId >
107107 <version ><!-- current flink version --> </version >
108108</dependency >
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ This is an end-to-end example of running Flink Job via code using the Flink Kube
2525
2626* What's in this example?*
2727
28- 1 . Sample code for submitting an application similar to examples/basic.yaml programatically .
28+ 1 . Sample code for submitting an application similar to examples/basic.yaml programmatically .
2929
3030## How does it work?
3131
You can’t perform that action at this time.
0 commit comments