File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,12 @@ See the wiki page and documentation [here](https://github.com/kubernetes-client/
16
16
- [ Client Versioning and Compatibility] ( https://github.com/kubernetes-client/java/wiki/2.-Versioning-and-Compatibility )
17
17
- [ Code Examples] ( https://github.com/kubernetes-client/java/wiki/3.-Code-Examples )
18
18
19
+ ## Release
20
+
21
+ Starting from ` 20.0.0 ` (Kubernetes 1.28), ` client-java-api ` was introduced non-backward-compatible changes. Optional
22
+ parameters are now consolidated into a single object, and Java8 support has been removed. For Java8 users or those
23
+ preferring the old SDK interface, a legacy SDK module version is available with a "-legacy" suffix, like ` 20.0.0-legacy ` .
24
+
19
25
## Development
20
26
21
27
- [ Development and Contributing] ( https://github.com/kubernetes-client/java/wiki/4.-Development-and-Contributing )
You can’t perform that action at this time.
0 commit comments