@@ -185,9 +185,9 @@ All APIs and Models' documentation can be found at the [Generated client's docs]
185185
186186| client version | 1.12 | 1.13 | 1.14 | 1.15 | 1.16 | 1.17 |
187187| ------------------| -----------| ----------| ----------| -----------| ----------| ----------|
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 |
191191| 7.0.0 | + | + | + | ✓ | - | - |
192192| 8.0.2 | + | + | + | + | ✓ | - |
193193| 9.0.0 | + | + | + | + | + | ✓ |
@@ -200,6 +200,10 @@ Key:
200200 Kubernetes cluster, but everything they have in common will work.
201201* ` - ` The Kubernetes cluster has features the java-client library can't use
202202 (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.
203207
204208See the [ CHANGELOG] ( ./CHANGELOG.md ) for a detailed description of changes
205209between java-client versions.
0 commit comments