magnum/magnum/common/pythonk8sclient
Madhuri Kumari af14a48ec7 Adding support of python-k8client.
Change-Id: I793afa000f1173d7bd19da18d6204879f556f5d2
Partially-Implements: blueprint python-k8sclient
2015-04-09 09:14:45 +00:00
..
client Adding support of python-k8client. 2015-04-09 09:14:45 +00: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.