File tree 1 file changed +6
-8
lines changed
1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -80,14 +80,12 @@ All APIs and Models' documentation can be found at the [Generated client's READM
80
80
client-python gets increased, your code will continue to work with explicitly
81
81
supported versions of Kubernetes clusters.
82
82
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 (+-)
91
89
92
90
Key:
93
91
You can’t perform that action at this time.
0 commit comments