File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ Add this dependency to your project's POM:
33
33
<groupId >io.kubernetes</groupId >
34
34
<artifactId >client-java</artifactId >
35
35
<version >8.0.2</version >
36
- <scope >compile</scope >
37
36
</dependency >
38
37
```
39
38
@@ -93,7 +92,7 @@ We prepared a few examples for common use-cases which are shown below:
93
92
Copy files and directories to and from containers, equal to ` kubectl cp ` .
94
93
- [ WebSocketsExample] ( https://github.com/kubernetes-client/java/blob/master/examples/src/main/java/io/kubernetes/client/examples/WebSocketsExample.java ) :
95
94
Establish an arbitrary web-socket session to certain resources.
96
- - __ Advanced__ :
95
+ - __ Advanced__ : (NOTE: The following example requires ` client-java-extended ` module)
97
96
- ([ 5.0.0+] ( https://github.com/kubernetes-client/java/tree/client-java-parent-5.0.0 ) ) [ InformerExample] ( https://github.com/kubernetes-client/java/blob/master/examples/src/main/java/io/kubernetes/client/examples/InformerExample.java ) :
98
97
Build an informer which list-watches resources and reflects the notifications to a local cache.
99
98
- ([ 5.0.0+] ( https://github.com/kubernetes-client/java/tree/client-java-parent-5.0.0 ) ) [ PagerExample] ( https://github.com/kubernetes-client/java/blob/master/examples/src/main/java/io/kubernetes/client/examples/PagerExample.java ) :
You can’t perform that action at this time.
0 commit comments