Files
python-k8sclient/magnum/common/pythonk8sclient
Madhuri Kumari e867cddfcb Correct ImportError in python-k8sclient code.
Change-Id: I60190211f7ed92e0dc91351b67d2a747cbf49576
Closes-bug: #1444793
Partially-Implements: blueprint python-k8sclient
2015-04-16 17:57:48 +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.