Files
python-k8sclient/magnum/common/pythonk8sclient
Madhuri Kumari 02a6eae5a4 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
..
2015-04-22 18:43:28 +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.