Files
python-k8sclient/magnum/common/pythonk8sclient
Madhuri Kumari 7f15c9c8d2 Adds TLS support in pythonk8sclient.
Change-Id: Iba53edeccf88047f08d5ff54515f35e975eb850b
Implements: bp tls-pythonk8sclient
2015-06-25 18:54: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.