Files
python-k8sclient/magnum/common/pythonk8sclient
Madhuri Kumari 9d12d0c551 Return proper response object in Kubernetes APIs
Below list of Kubernetes APIs doesn't return proper response object:

1. createPod
2. replacePod
3. deletePod
4. createReplicationController
5. replaceReplicationController
6. deleteReplicationController
7. createService
8. replaceService
9. deleteService

This patch fix this problem and also change the
impact on magnum code.

Change-Id: Ib8fd9c4ea8766e7a1e7d1a56cc8325ecd518557d
Closes-bug: #1463252
2015-06-12 10:04:50 +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.