Files
python-k8sclient/magnum/common/pythonk8sclient
Madhuri Kumari 9d8a824ac9 Added support of Kubernetes API in magnum.
This patch removes the use of Kubernetes CLI i.e kubectl
from magnum and adds the support of Kubernetes API.

Change-Id: Ibe7354abba962dde6855225471f468f6a19a41ff
Partially-Implements: blueprint python-k8sclient
2015-05-13 16:49:57 +09:00
..
2015-04-09 09:14:45 +00:00
2015-04-09 09:14:45 +00:00

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.