@@ -83,13 +83,14 @@ supported versions of Kubernetes clusters.
8383
8484#### Compatibility matrix
8585
86- | | Kubernetes 1.4 | Kubernetes 1.5 | Kubernetes 1.6 | Kubernetes 1.7 | Kubernetes 1.8 |
87- | --------------------| ----------------| ----------------| ----------------| ----------------| ----------------|
88- | client-python 1.0 | + | ✓ | - | - | - |
89- | client-python 2.0 | + | + | ✓ | - | - |
90- | client-python 3.0 | + | + | + | ✓ | - |
91- | client-python 4.0 | + | + | + | + | ✓ |
92- | client-python HEAD | + | + | + | + | ✓ |
86+ | | Kubernetes 1.4 | Kubernetes 1.5 | Kubernetes 1.6 | Kubernetes 1.7 | Kubernetes 1.8 | Kubernetes 1.9 |
87+ | --------------------| ----------------| ----------------| ----------------| ----------------| ----------------| ----------------|
88+ | client-python 1.0 | + | ✓ | - | - | - | - |
89+ | client-python 2.0 | + | + | ✓ | - | - | - |
90+ | client-python 3.0 | + | + | + | ✓ | - | - |
91+ | client-python 4.0 | + | + | + | + | ✓ | - |
92+ | client-python 5.0 | + | + | + | + | + | ✓ |
93+ | client-python HEAD | + | + | + | + | + | ✓ |
9394
9495Key:
9596
@@ -113,6 +114,7 @@ between client-python versions.
113114| 3.0 | Kubernetes main repo, 1.7 branch | ✓ |
114115| 4.0 Alpha/Beta | Kubernetes main repo, 1.8 branch | ✗ |
115116| 4.0 | Kubernetes main repo, 1.8 branch | ✓ |
117+ | 5.0 Alpha/Beta | Kubernetes main repo, 1.9 branch | ✓ |
116118
117119
118120Key:
0 commit comments