Merge pull request #444 from kubernetes-client/roycaihw-patch-1

Update README.md
This commit is contained in:
Mehdy Bohlool 2018-01-26 17:37:44 -08:00 committed by GitHub
commit eeaf4f8c34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,13 +83,14 @@ supported versions of Kubernetes clusters.
#### Compatibility matrix
| | Kubernetes 1.4 | Kubernetes 1.5 | Kubernetes 1.6 | Kubernetes 1.7 | Kubernetes 1.8 |
|--------------------|----------------|----------------|----------------|----------------|----------------|
| client-python 1.0 | + | ✓ | - | - |- |
| client-python 2.0 | + | + | ✓ | - |- |
| client-python 3.0 | + | + | + | ✓ |- |
| client-python 4.0 | + | + | + | + |✓ |
| client-python HEAD | + | + | + | + |✓ |
| | Kubernetes 1.4 | Kubernetes 1.5 | Kubernetes 1.6 | Kubernetes 1.7 | Kubernetes 1.8 | Kubernetes 1.9 |
|--------------------|----------------|----------------|----------------|----------------|----------------|----------------|
| client-python 1.0 | + | ✓ | - | - |- |- |
| client-python 2.0 | + | + | ✓ | - |- |- |
| client-python 3.0 | + | + | + | ✓ |- |- |
| client-python 4.0 | + | + | + | + |✓ |- |
| client-python 5.0 | + | + | + | + |+ |✓ |
| client-python HEAD | + | + | + | + |+ |✓ |
Key:
@ -113,6 +114,7 @@ between client-python versions.
| 3.0 | Kubernetes main repo, 1.7 branch | ✓ |
| 4.0 Alpha/Beta | Kubernetes main repo, 1.8 branch | ✗ |
| 4.0 | Kubernetes main repo, 1.8 branch | ✓ |
| 5.0 Alpha/Beta | Kubernetes main repo, 1.9 branch | ✓ |
Key: