magnum/magnum/common/pythonk8sclient
Zane Bitter c41e2f97a8 Add license header to swagger.py
We don't want anyone to think we're responsible for this awful, awful
code :)

Change-Id: I8d636098971d6bb89b835b866285d84a4c8d03fb
Closes-Bug: #1461607
2015-06-03 12:36:21 -04:00
..
client Add license header to swagger.py 2015-06-03 12:36:21 -04:00
templates Adding support of python-k8client. 2015-04-09 09:14:45 +00:00
README.rst Adding support of python-k8client. 2015-04-09 09:14:45 +00:00
__init__.py Adding support of python-k8client. 2015-04-09 09:14:45 +00:00

README.rst

Kubernetes API client code

Overview

This is Kubernetes API python client code. This code is generated by swagger-codegen. Kubernetes provide swagger-spec to generate client code for different versions. The specs live in Kubernetes repo.

See also

Steps to generate API client code

Steps to generate Kubernetes client code for v1beta3:

Now you can check the code at location ./KubernetesClientCode.