@@ -82,25 +82,24 @@ supported versions of Kubernetes clusters.
82
82
83
83
#### Compatibility matrix
84
84
85
- | | Kubernetes 1.9 | Kubernetes 1.10 | Kubernetes 1.11 | Kubernetes 1.12 | Kubernetes 1.13 | Kubernetes 1.14 | Kubernetes 1.15 |
86
- | --------------------| ----------------| -----------------| -----------------| -----------------| -----------------| -----------------| -----------------|
87
- | client-python 5.0 | ✓ | - | - | - | - | - | - |
88
- | client-python 6.0 | + | ✓ | - | - | - | - | - |
89
- | client-python 7.0 | + | + | ✓ | - | - | - | - |
90
- | client-python 8.0 | + | + | + | ✓ | - | - | - |
91
- | client-python 9.0 | + | + | + | + | ✓ | - | - |
92
- | client-python 10.0 | + | + | + | + | + | ✓ | - |
93
- | client-python 11.0 | + | + | + | + | + | + | ✓ |
94
- | client-python HEAD | + | + | + | + | + | + | ✓ |
85
+ | | Kubernetes 1.13 | Kubernetes 1.14 | Kubernetes 1.15 |
86
+ | --------------------| -----------------| -----------------| -----------------|
87
+ | client-python 9.0 | ✓ | +- | +- |
88
+ | client-python 10.0 | +- | ✓ | +- |
89
+ | client-python 11.0 | +- | +- | ✓ |
90
+ | client-python HEAD | +- | +- | +- |
95
91
96
92
Key:
97
93
98
94
* ` ✓ ` Exactly the same features / API objects in both client-python and the Kubernetes
99
95
version.
100
- * ` + ` client-python has features or api objects that may not be present in the
101
- Kubernetes cluster, but everything they have in common will work.
102
- * ` - ` The Kubernetes cluster has features the client-python library can't use
103
- (additional API objects, etc).
96
+ * ` + ` client-python has features or API objects that may not be present in the Kubernetes
97
+ cluster, either due to that client-python has additional new API, or that the server has
98
+ removed old API. However, everything they have in common (i.e., most APIs) will work.
99
+ Please note that alpha APIs may vanish or change significantly in a single release.
100
+ * ` - ` The Kubernetes cluster has features the client-python library can't use, either due
101
+ to the server has additional new API, or that client-python has removed old API. However,
102
+ everything they share in common (i.e., most APIs) will work.
104
103
105
104
See the [ CHANGELOG] ( ./CHANGELOG.md ) for a detailed description of changes
106
105
between client-python versions.
0 commit comments