Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ead44fe

Browse files
committed
Merge branch 'master' of github.com:kubernetes-incubator/client-python into release-3.0
2 parents 7243e93 + e2e422b commit ead44fe

File tree

813 files changed

+2124
-2082
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

813 files changed

+2124
-2082
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# v3.0.0
2+
- Fix Operation names for subresources kubernetes/kubernetes#49357
3+
4+
# v3.0.0b1
5+
- Add proper GCP config loader and refresher kubernetes-client/python-base#22
6+
- Add ws_streaming_protocol and use v4 by default kubernetes-client/python-base#20
7+
- Respect the KUBECONFIG environment variable if set kubernetes-client/python-base#19
8+
- Allow setting maxsize for PoolManager kubernetes-client/python-base#18
9+
- Restricting the websocket-client to <=0.40 #299
10+
111
# v3.0.0a1
212
- Update client to kubernetes 1.7
313
- Support ThirdPartyResources (TPR) and CustomResourceDefinitions (CRD). Note that TPR is deprecated in kubernetes #251 #201

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,12 @@ supported versions of Kubernetes clusters.
8383

8484
#### Compatibility matrix
8585

86-
| | Kubernetes 1.3 | Kubernetes 1.4 | Kubernetes 1.5 | Kubernetes 1.6 |
87-
|-------------------------|----------------|----------------|----------------|----------------|
88-
| client-python 1.0 | + | + || - |
89-
| client-python 2.0 alpha | + | + | + ||
90-
| client-python HEAD | + | + | + | + |
86+
| | Kubernetes 1.3 | Kubernetes 1.4 | Kubernetes 1.5 | Kubernetes 1.6 | Kubernetes 1.7 |
87+
|--------------------|----------------|----------------|----------------|----------------|----------------|
88+
| client-python 1.0 | + | + || - | - |
89+
| client-python 2.0 | + | + | + || - |
90+
| client-python 3.0 | + | + | + | + ||
91+
| client-python HEAD | + | + | + | + | + |
9192

9293
Key:
9394

@@ -105,13 +106,19 @@ between client-python versions.
105106
|----------------|--------------------------------------|-------------------------------|
106107
| 1.0 Alpha/Beta | Kubernetes main repo, 1.5 branch ||
107108
| 1.0.x | Kubernetes main repo, 1.5 branch ||
108-
| 2.0 alpha | Kubernetes main repo, 1.6 branch ||
109+
| 2.0 Alpha/Beta | Kubernetes main repo, 1.6 branch ||
110+
| 2.0.x | Kubernetes main repo, 1.6 branch ||
111+
| 3.0 Alpha/Beta | Kubernetes main repo, 1.7 branch ||
112+
| 3.0 | Kubernetes main repo, 1.7 branch ||
113+
109114

110115
Key:
111116

112117
* `` Changes in main Kubernetes repo are manually ([should be automated](https://github.com/kubernetes-incubator/client-python/issues/177)) published to client-python when they are available.
113118
* `` No longer maintained; please upgrade.
114119

120+
Note: There would be no maintenance for alpha/beta releases except the latest one.
121+
115122
## Community, Support, Discussion
116123

117124
You can reach the maintainers of this project at [SIG API Machinery](https://github.com/kubernetes/community/tree/master/sig-api-machinery). If you have any problem with the package or any suggestions, please file an [issue](https://github.com/kubernetes-incubator/client-python/issues).

devel/release.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ on a clean machine:
9999

100100
```bash
101101
git clean -xdf
102-
pyenv install 2.7.12
102+
pyenv install -s 2.7.12
103103
pyenv global 2.7.12
104104
virtualenv .release
105105
source .release/bin/activate
@@ -147,6 +147,9 @@ the target branch to "release-x.y". If the release is a pre-release, check the
147147
`This is a pre-release` option.
148148

149149

150+
## Announcement
151+
Send an announcement email to [email protected] with the subject [ANNOUNCE] kubernetes python-client $VERSION is released
152+
150153
## Cleanup
151154

152155
```bash

examples/notebooks/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,10 @@ kubectl create -f docker/jupyter.yml
1010
```
1111

1212
Open your browser on the jupyter service and go through the notebooks.
13+
14+
If you are using minikube, you can run this command to see jupyter service in your browser:
15+
16+
```
17+
minikube service jupyter
18+
```
19+

examples/notebooks/docker/jupyter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
targetPort: 8888
1212
selector:
1313
app: jupyter
14-
type: NodePort
14+
type: LoadBalancer
1515
---
1616
apiVersion: v1
1717
kind: Pod

kubernetes/.swagger-codegen/COMMIT

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Requested Commit: v2.2.2
2+
Actual Commit: ff209ada223dcc7f6c6afc59bb02ec96b85c7e39

kubernetes/README.md

Lines changed: 20 additions & 20 deletions
Large diffs are not rendered by default.

kubernetes/client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
77
8-
OpenAPI spec version: v1.7.1
8+
OpenAPI spec version: v1.7.4
99
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

kubernetes/client/apis/admissionregistration_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
77
8-
OpenAPI spec version: v1.7.1
8+
OpenAPI spec version: v1.7.4
99
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

kubernetes/client/apis/admissionregistration_v1alpha1_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
77
8-
OpenAPI spec version: v1.7.1
8+
OpenAPI spec version: v1.7.4
99
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

kubernetes/client/apis/apiregistration_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
77
8-
OpenAPI spec version: v1.7.1
8+
OpenAPI spec version: v1.7.4
99
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

kubernetes/client/apis/apiregistration_v1beta1_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
77
8-
OpenAPI spec version: v1.7.1
8+
OpenAPI spec version: v1.7.4
99
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

kubernetes/client/apis/apis_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
77
8-
OpenAPI spec version: v1.7.1
8+
OpenAPI spec version: v1.7.4
99
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

kubernetes/client/apis/apps_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
77
8-
OpenAPI spec version: v1.7.1
8+
OpenAPI spec version: v1.7.4
99
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

0 commit comments

Comments
 (0)