File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 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
8080client-python gets increased, your code will continue to work with explicitly
8181supported 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
9290Key:
9391
You can’t perform that action at this time.
0 commit comments