python/kubernetes/client
Davanum Srinivas 066bba1802 Implementation for /exec using websocket
inspired by the POC from @chekolyn

* Adds a new requirement on websocket-client
* Add a new class WSClient that uses WebSocketApp from
  the websocket-client.
* Make sure we pass Authorization header
* Make sure we honor the SSL settings in configuration
* Some of the code will get overwritten when we generate
  fresh classes from swagger definition. To remind us
  added a e2e test so we don't lose the changes
* Added a new configuration option to enable/disable failures
  when hostnames in certificates don't match

Fixes #58
2017-02-07 16:48:26 -05:00
..
apis Update client with no change. Mostly formatting update in generator code 2017-01-19 13:36:07 -08:00
models Update client with no change. Mostly formatting update in generator code 2017-01-19 13:36:07 -08:00
__init__.py Bugfix: kubernetes/client/__init__.py was not updated resulting in not exported models 2017-01-19 13:58:20 -08:00
api_client.py Implementation for /exec using websocket 2017-02-07 16:48:26 -05:00
configuration.py Run e2e tests against against https url 2017-02-03 12:16:58 -05:00
rest.py Run e2e tests against against https url 2017-02-03 12:16:58 -05:00
ws_client.py Implementation for /exec using websocket 2017-02-07 16:48:26 -05:00