File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,14 @@ Add this dependency to your project's POM:
3232<dependency >
3333 <groupId >io.kubernetes</groupId >
3434 <artifactId >client-java</artifactId >
35- <version >8 .0.2 </version >
35+ <version >9 .0.0 </version >
3636</dependency >
3737```
3838
3939### Gradle users
4040
4141``` groovy
42- compile 'io.kubernetes:client-java:8 .0.2 '
42+ compile 'io.kubernetes:client-java:9 .0.0 '
4343```
4444
4545### Others
@@ -54,7 +54,7 @@ mvn package
5454
5555Then manually install the following JARs:
5656
57- * target/client-java-api-8 .0.3 -SNAPSHOT.jar
57+ * target/client-java-api-10 .0.0 -SNAPSHOT.jar
5858* target/lib/* .jar
5959
6060## Example
@@ -184,8 +184,8 @@ All APIs and Models' documentation can be found at the [Generated client's docs]
184184| 5.0.0 | + | ✓ | - | - | - | - |
185185| 6.0.1 | + | + | ✓ | - | - | - |
186186| 7.0.0 | + | + | + | ✓ | - | - |
187- | 8.0.2 | + | + | + | + | ✓ | ✓ |
188- | 9.00 | + | + | + | + | + | ✓ |
187+ | 8.0.2 | + | + | + | + | ✓ | - |
188+ | 9.0.0 | + | + | + | + | + | ✓ |
189189
190190Key:
191191
You can’t perform that action at this time.
0 commit comments