Files
python-k8sclient/magnum/common/pythonk8sclient
Madhuri Kumari e8d7f0f72f Unknown type 'any' in pythonk8sclient removed.
Currently the generated code has type 'any' in many models which leads to
error 'ImportError'. So this patch removes all 'any' type to relevant types
of the attributes.

Change-Id: I333b1edd2c84875c48db1e5ff2655360ffcc9718
Closes-bug: #1467345
2015-06-22 13:46:53 +00: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.