magnum/magnum/common/pythonk8sclient
Madhuri Kumari 6c48a4d36d Remove duplicate replacePod API
Duplicate replacePod API make pod-update fail with 404 status
even if the pod exists. This patch removes the duplicate API.

Change-Id: I882bf760f222fc0ae666325c5a23a34f1bc67460
Closes-bug:#1446529
Partially-Implements: blueprint python-k8sclient
2015-04-22 18:43:28 +09:00
..
client Remove duplicate replacePod API 2015-04-22 18:43:28 +09: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.