forked from kubernetes-client/python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update base to latest commit with stream module added
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule base
updated
7 files
+7 −5 | configuration.py | |
+15 −0 | stream/__init__.py | |
+34 −0 | stream/stream.py | |
+265 −0 | stream/ws_client.py | |
+37 −0 | stream/ws_client_test.py | |
+1 −0 | watch/watch.py | |
+27 −0 | watch/watch_test.py |