@@ -82,15 +82,16 @@ supported versions of Kubernetes clusters.
82
82
83
83
#### Compatibility matrix
84
84
85
- | | Kubernetes 1.9 | Kubernetes 1.10 | Kubernetes 1.11 | Kubernetes 1.12 | Kubernetes 1.13 | Kubernetes 1.14 |
86
- | --------------------| ----------------| -----------------| -----------------| -----------------| -----------------| -----------------|
87
- | client-python 5.0 | ✓ | - | - | - | - | - |
88
- | client-python 6.0 | + | ✓ | - | - | - | - |
89
- | client-python 7.0 | + | + | ✓ | - | - | - |
90
- | client-python 8.0 | + | + | + | ✓ | - | - |
91
- | client-python 9.0 | + | + | + | + | ✓ | - |
92
- | client-python 10.0 | + | + | + | + | + | ✓ |
93
- | client-python HEAD | + | + | + | + | + | ✓ |
85
+ | | Kubernetes 1.9 | Kubernetes 1.10 | Kubernetes 1.11 | Kubernetes 1.12 | Kubernetes 1.13 | Kubernetes 1.14 | Kubernetes 1.15 |
86
+ | --------------------| ----------------| -----------------| -----------------| -----------------| -----------------| -----------------| -----------------|
87
+ | client-python 5.0 | ✓ | - | - | - | - | - | - |
88
+ | client-python 6.0 | + | ✓ | - | - | - | - | - |
89
+ | client-python 7.0 | + | + | ✓ | - | - | - | - |
90
+ | client-python 8.0 | + | + | + | ✓ | - | - | - |
91
+ | client-python 9.0 | + | + | + | + | ✓ | - | - |
92
+ | client-python 10.0 | + | + | + | + | + | ✓ | - |
93
+ | client-python 11.0 | + | + | + | + | + | + | ✓ |
94
+ | client-python HEAD | + | + | + | + | + | + | ✓ |
94
95
95
96
Key:
96
97
@@ -118,6 +119,7 @@ between client-python versions.
118
119
| 9.0 | Kubernetes main repo, 1.13 branch | ✓ |
119
120
| 10.0 Alpha/Beta | Kubernetes main repo, 1.14 branch | ✗ |
120
121
| 10.0 | Kubernetes main repo, 1.14 branch | ✓ |
122
+ | 11.0 Alpha/Beta | Kubernetes main repo, 1.15 branch | ✓ |
121
123
122
124
Key:
123
125
0 commit comments