6 Commits

Author SHA1 Message Date
Davanum Srinivas
4f0b170a5f Deserialize Labels properly
Switch from 'object' to 'dict(str, str)' so that the labels
information is not lost.

Change-Id: I971ef230cda8b2ba5997ab71c622323956fcfbdd
2016-09-07 14:56:37 -04:00
Andrey Pavlov
5d0f2a67a3 Adding batch_v1 api support
Change-Id: I37cfdc92f1ff9cf4ff96b9d0ca14e3b777890ffc
2016-05-27 17:23:29 -04:00
Andrey Pavlov
07a77b71ef Adding extensions_v1beta1 api support
Change-Id: I8213bb00ccb154fc593ad1dab3f0fc1aa64598fd
2016-05-26 13:35:03 +03:00
Davanum Srinivas
5d1a429016 Run swagger codegen for latest Kubernetes API
Update to Kubernetes 1.2.2 version

Fixes to v1.json:
* Change 'any' types to 'object'

Fixes to rest.py:
* Fix __init__ to accept ca_certs

Change-Id: I190f26fac76480bc59ea5ceab7f1c94f16059086
2016-04-22 13:33:25 -04:00
Davanum Srinivas
9f65944384 Fix flake8 with minimal changes
Just ignore a bunch of things now. We can fix these later as a big
bunch of these are in generated code.
2016-04-02 20:59:30 -04:00
Davanum Srinivas
6294d9f6b9 Restructure directories 2016-04-01 14:05:01 -04:00