Skip to content

Commit cf3dc14

Browse files
committed
Refactor the format of compatibitility matrix
Signed-off-by: Nabarun Pal <[email protected]>
1 parent d035588 commit cf3dc14

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

+6-8
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,12 @@ All APIs and Models' documentation can be found at the [Generated client's READM
8080
client-python gets increased, your code will continue to work with explicitly
8181
supported versions of Kubernetes clusters.
8282

83-
#### Compatibility matrix
84-
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 |+- |+- |+- |
83+
#### Compatibility matrix of supported client versions
84+
85+
- [client 9.y.z](https://pypi.org/project/kubernetes/9.0.1/): Kubernetes 1.12 or below (+-), Kubernetes 1.13 (✓), Kubernetes 1.14 or above (+-)
86+
- [client 10.y.z](https://pypi.org/project/kubernetes/10.1.0/): Kubernetes 1.13 or below (+-), Kubernetes 1.14 (✓), Kubernetes 1.14 or above (+-)
87+
- [client 11.y.z](https://pypi.org/project/kubernetes/11.0.0/): Kubernetes 1.14 or below (+-), Kubernetes 1.15 (✓), Kubernetes 1.16 or above (+-)
88+
- [client 12.y.z](https://pypi.org/project/kubernetes/12.0.1/): Kubernetes 1.15 or below (+-), Kubernetes 1.16 (✓), Kubernetes 1.17 or above (+-)
9189

9290
Key:
9391

0 commit comments

Comments
 (0)