@@ -181,9 +181,9 @@ All APIs and Models' documentation can be found at the [Generated client's docs]
181
181
182
182
| client version | 1.12 | 1.13 | 1.14 | 1.15 | 1.16 | 1.17 |
183
183
| ------------------| -----------| ----------| ----------| -----------| ----------| ----------|
184
- | 4.0.0 | ✓ | - | - | - | - | - |
185
- | 5.0.0 | + | ✓ | - | - | - | - |
186
- | 6.0.1 | + | + | ✓ | - | - | - |
184
+ | 4.0.0 | ✓ | - | - | x | x | x |
185
+ | 5.0.0 | + | ✓ | - | - | x | x |
186
+ | 6.0.1 | + | + | ✓ | - | - | x |
187
187
| 7.0.0 | + | + | + | ✓ | - | - |
188
188
| 8.0.2 | + | + | + | + | ✓ | - |
189
189
| 9.0.0 | + | + | + | + | + | ✓ |
@@ -196,6 +196,10 @@ Key:
196
196
Kubernetes cluster, but everything they have in common will work.
197
197
* ` - ` The Kubernetes cluster has features the java-client library can't use
198
198
(additional API objects, etc).
199
+ * ` x ` The Kubernetes cluster has no guarantees to support the API client of
200
+ this version, as it only promises _ n_ -2 version support. It is not tested,
201
+ and operations using API versions that have been deprecated and removed in
202
+ later server versions won't function correctly.
199
203
200
204
See the [ CHANGELOG] ( ./CHANGELOG.md ) for a detailed description of changes
201
205
between java-client versions.
0 commit comments