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