File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ Add this dependency to your project's POM:
26
26
<dependency >
27
27
<groupId >io.kubernetes</groupId >
28
28
<artifactId >client-java</artifactId >
29
- <version >1.0.0-beta3 </version >
29
+ <version >1.0.0</version >
30
30
<scope >compile</scope >
31
31
</dependency >
32
32
```
33
33
34
34
### Gradle users
35
35
36
36
``` groovy
37
- compile 'io.kubernetes:client-java:1.0.0-beta3 '
37
+ compile 'io.kubernetes:client-java:1.0.0'
38
38
```
39
39
40
40
### Others
@@ -49,7 +49,7 @@ mvn package
49
49
50
50
Then manually install the following JARs:
51
51
52
- * target/client-java-1.0.0-beta3- SNAPSHOT.jar
52
+ * target/client-java-1.0.0-SNAPSHOT.jar
53
53
* target/lib/* .jar
54
54
55
55
## Example
@@ -133,6 +133,8 @@ All APIs and Models' documentation can be found at the [Generated client's READM
133
133
| java-client 1.0.0-beta1 | + | + | + | + | ✓ | - |
134
134
| java-client 1.0.0-beta2 | + | + | + | + | ✓ | - |
135
135
| java-client 1.0.0-beta3 | + | + | + | + | ✓ | - |
136
+ | java-client 1.0.0-beta4 | + | + | + | + | ✓ | - |
137
+ | java-client 1.0.0 | + | + | + | + | ✓ | - |
136
138
137
139
Key:
138
140
You can’t perform that action at this time.
0 commit comments