8000 Updates README · kubernetes-client/python@d5d2a6a · GitHub
[go: up one dir, main page]

Skip to content

Commit d5d2a6a

Browse files
committed
Updates README
1 parent ad1eec5 commit d5d2a6a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,13 @@ between client-python versions.
114114
| 7.0 Alpha/Beta | Kubernetes main repo, 1.11 branch ||
115115
| 7.0 | Kubernetes main repo, 1.11 branch ||
116116
| 8.0 Alpha/Beta | Kubernetes main repo, 1.12 branch ||
117-
| 8.0 | Kubernetes main repo, 1.12 branch | |
117+
| 8.0 | Kubernetes main repo, 1.12 branch | |
118118
| 9.0 Alpha/Beta | Kubernetes main repo, 1.13 branch ||
119119
| 9.0 | Kubernetes main repo, 1.13 branch ||
120120
| 10.0 Alpha/Beta | Kubernetes main repo, 1.14 branch ||
121121
| 10.0 | Kubernetes main repo, 1.14 branch ||
122-
| 11.0 Alpha/Beta | Kubernetes main repo, 1.15 branch ||
122+
| 11.0 Alpha/Beta | Kubernetes main repo, 1.15 branch ||
123+
| 11.0 | Kubernetes main repo, 1.15 branch ||
123124

124125
Key:
125126

@@ -169,8 +170,8 @@ Specifically check `ipaddress` and `urllib3` package versions to make sure they
169170
Starting from 4.0 release, we do not support directly calling exec or attach calls. you should use stream module to call them. so instead
170171
of `resp = api.connect_get_namespaced_pod_exec(name, ...` you should call `resp = stream(api.connect_get_namespaced_pod_exec, name, ...`.
171172

172-
Using Stream will overwrite the requests protocol in _core_v1_api.CoreV1Api()_
173-
This will cause a failure in non-exec/attach calls. If you reuse your api client object, you will need to
173+
Using Stream will overwrite the requests protocol in _core_v1_api.CoreV1Api()_
174+
This will cause a failure in non-exec/attach calls. If you reuse your api client object, you will need to
174175
recreate it between api calls that use _stream_ and other api calls.
175-
176+
176177
See more at [exec example](examples/pod_exec.py).

0 commit comments

Comments
 (0)
0