@@ -83,13 +83,14 @@ supported versions of Kubernetes clusters.
83
83
84
84
#### Compatibility matrix
85
85
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 | + | + | + | + | + | ✓ |
93
94
94
95
Key:
95
96
@@ -113,6 +114,7 @@ between client-python versions.
113
114
| 3.0 | Kubernetes main repo, 1.7 branch | ✓ |
114
115
| 4.0 Alpha/Beta | Kubernetes main repo, 1.8 branch | ✗ |
115
116
| 4.0 | Kubernetes main repo, 1.8 branch | ✓ |
117
+ | 5.0 Alpha/Beta | Kubernetes main repo, 1.9 branch | ✓ |
116
118
117
119
118
120
Key:
0 commit comments